0
votes
1answer
7 views

Redirecting with htaccess rewrite map

I am using following code to redirect all url with capital case latter in it to equalant small-case version of same url. RewriteEngine On RewriteCond %{REQUEST_URI} [A-Z] RewriteRule (.*) ${lc:$1} ...
0
votes
1answer
28 views

CakePHP in sub-url (not sub-directory)

I can find dozens of articles on installing CakePHP in a sub-directory and getting it to appear in the root url. That is NOT what I am asking for. I rarely down-vote, but if you give that answer, I ...
0
votes
2answers
31 views

CakePHP installation to work with 2 different URLs

I have a cakephp 2.3.5 installation with this structure: /root ../CakePHP ..../Cake_core_files ..../apps ....../my-app ......../app ........../Config, /Controller, /View, etc ..../public_html ...
1
vote
1answer
29 views

cakephp rewrite rule for existing website with .htm

How to fix my problem for an existing website converted to a cakephp application. The previous website has *.htm extensions. Is this something what needs to be done in the .htaccess file? The problem ...
0
votes
1answer
26 views

Cakephp multiple sites share same resources

I have built a cakephp base e-commerce site. Now some similar sites need to make as same as built one with different name. All sites will belong to same server as siblings. So in that case I want to ...
0
votes
1answer
51 views

how to redirect with htaccess in cake [closed]

My Urls are : http://abc.com/cities/view/1 -->http://abc.com/melbourne-day-tours/ http://abc.com/categories/view/3 -->http://abc.com/melbourne-day-tours/great-ocean-road-tours ...
0
votes
1answer
30 views

How can I change a URL using .htaccess in wordpress within cakephp?

I have integrate multisite wordpress in cakephp. here I have first site 1)mydomain.co.uk/news/ and second : 2)mydomain.co.uk/app/webroot/news/help/ now I want 2nd url like ...
-1
votes
0answers
31 views

Integrate multisite Wordpress into CakePHP

I have Integrate Wordpress into CakePHP and its working fine. now I want to Integrate multisite Wordpress into CakePHP and thats creating some problem for me. I have two site(multisite wordpres) ...
0
votes
1answer
44 views

CakePHP access restricted files after authentication

I have an ACL controlled application that uses the Media plugin to upload files to /app/webroot/media. When a file is uploaded, the dirname, basename and file name are written to the database. I'm ...
0
votes
2answers
70 views

.htaccess redirect if a folder name in url of CakePHP

Building on this question: .htaccess redirect if folder name in url I'd like to know how to apply the .htaccess rules regarded there, in the .htaccess of the webroot of the CakePHP app. without ...
0
votes
2answers
92 views

Special routing for page:1 in CakePHP pagination

I modified the paginator helper of CakePHP to printout the first page link without page, for example: myexample.com/controller/action/id/page:1 It will be myexample.com/controller/action/id/ and ...
1
vote
1answer
96 views

Best pratice for SSL in CakePHP

I'd like to implement HTTPS for all pages. I use CakePHP 2.3 with the "Auth" component. Actually the only one way I found is to add a "beforeFilter-condition". But this is very dirty because I have ...
1
vote
1answer
51 views

CakePHP: Can you globally modify all links to point to another directory?

My CakePHP app lives inside a subdirectory to keep it from crashing into a Wordpress installation that powers part of the website: example.com/ <--root /_wp <--Wordpress installed here ...
0
votes
0answers
47 views

htaccess to redirect into another sub folder with cake installation

I have a case where I have cake1.1 structure at root and one inside a folder. On a specific pattern I have to redirect to the internal cake installation with the query string so that it appears that ...
2
votes
2answers
116 views

How to make cakePHP 2.x in sub directory appear in root (with mod_rewrite in htaccess)? [closed]

I'm working on an cake app which is inside a sub directory (because I need to run it along side another app on the same domain). I want the pages powered by cake to appear as if they'r e top level. ...
0
votes
0answers
20 views

mod_rewrite to private cache folder CakePHP

I want provide access to a private folder located in /app/uploads/domain/cache by using this url: http://domain.com/cache But my RewriteRule dont works: RewriteEngine on RewriteRule ˆcache/(.*) ...
0
votes
1answer
66 views

Why do my cakephp url's have 'index.php' after the domain?

I've created nice re-directs like this: https://www.lessonshark.com/sign-up Currently my url's look like this: https://www.lessonshark.com/index.php/sign-up I am aware that this may be an issue ...
0
votes
2answers
146 views

Wordpress inside Cakephp

I have installed Wordpress inside Cakephp's /app/webroot/blog/ folder and changed the wordpress permalink settings to Month and name (eg. http://abc.com/blog/2013/02/sample-post/). Now when i am ...
0
votes
2answers
160 views

Cakephp pages redirect to 404 not found on windows server

I have uploaded cakephp files on windows server, I got an error HTTP Error 404.0 - Not Found for all below pages. http://exoticvoyages.ntechinfo.com/index/index ...
0
votes
1answer
132 views

Exclude a root folder from CakePHP app

I am trying to exclude a first level directory from Cake (root folder app), as it should hold a different app. / holds the app /development/ holds the tested version of the app The directory ...
-1
votes
1answer
152 views

How to upload a cakephp website under subdomain or subfolder [closed]

i am facing some problem in uploading cakephp website under subfolder or subdomain so i want to ask How to upload a cakephp website under subdomain or subfolder ? what changes does it require in ...
0
votes
1answer
99 views

Links are broken when installing CakePHP on shared hosting

I have set up CakePHP on shared hosting, within a sub-directory (cakeDomain). Using htaccess in the root directory (mainDomain), I have pointed another domain to it (cakeDomain), like so: # ...
0
votes
0answers
46 views

CakePHP, can't get proper mod_rewrite setup

I have CakePHP with site running on VPS, there is one active subdomain which is not related to CakePHP. The problem is, that every not existing subdomain entered (ex. something.domain.com) leads to ...
0
votes
2answers
90 views

.htaccess and HTTP_COOKIE value

In my .htaccess files: For proper Cookies I use this, that's OK if I check whether there exists a cookie. RewriteCond %{HTTP_COOKIE} (my\_cookie) [NC] But when I tried to check for zero values ...
0
votes
1answer
50 views

Routing in cake php

i am having following url example.com/show.php?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx I want to redirect it to the controller tests action redirs. How can i achieve this with cake php routing or via ...
-1
votes
1answer
188 views

How to make all cakephp files to inner folder access from base?

Currently my Cake structure is like below and is working fine /public_html/app /public_html/.htaccess /public_html/index.php So that I can access mydomain.com to my application. I need to create ...
0
votes
0answers
56 views

Cakephp subdomain user account account

I really hope someone could help. It's been driving me crazy for 2 days, I've tried so many configurations to get my app working. I moved it from 1 domain to another, and although it renders the 1 ...
0
votes
0answers
47 views

Cakephp install and Fatcow servers

I'm trying to install cakephp on a fatcow server, I'm no cakephp wizard but I'm not bad with php. I've tried a few .htaccess variations but nothing, I've also contacted Fatcow and asked them to ...
0
votes
1answer
153 views

htaccess and cakephp - whats the correct path/to/app in this situation

I'm trying to install cakephp on a 1&1 account but running into problems. I believe I need to add RewriteBase /path/to/cake/app to the htaccess file but I can't figure out what the path ...
0
votes
1answer
309 views

Remove action name from Url in cakephp? [duplicate]

Possible Duplicate: How to remove action name from url in cakephp? I am using cakephp to develop my website in Cakephp and I would like to remove action(or view )name from the application ...
4
votes
1answer
210 views

How to remove action name from url in cakephp?

I am working on cakephp project. I have removed index.php from URL using .htaccess file and now I want to remove view name from URL & add some other two varying parameter. Suppose I choose ...
11
votes
4answers
708 views

Long Time to First Byte value for an empty php file

I had such question some months ago. Now to isolate the problem I tried a new approach. I put an empty file to my server. File name is "foobar.php". Its content is as follows: <?php echo "hello ...
1
vote
1answer
213 views

CSS and JavaScript Files Not Linking in CakePHP Website

I'm running my test sites off my local host using MAMP on PHP v5.2.4. Ive made quite a few attempts to take backups of two websites configured in CakePHP v1.2, along with transferring the databases ...
-3
votes
2answers
116 views

url rewriting in php using .htaccess

I need to rewrite the url in my project. I have a url like this http://www.example.com/apps?platform=Android&category=Business&keyword=cows and i need to rewrite this to ...
1
vote
2answers
116 views

cakePHP URL rewrite rule for static pages

I'm using cakePHP. How do I write a rewrite rule for the following condition. http://www.example.com/pages/about_us to http://www.example.com/about and similar to contact_us and other pages.
2
votes
1answer
207 views

htaccess with cakephp on justhost account 500 error

I am having an issue with the .htaccess file on a justhost.com account. I recieve constant internal 500 errors and I have tried many different solutions around the web. Here is what my htaccess files ...
0
votes
2answers
54 views

CakePHP redirection issue

I built a site with CakePHP and its working just fine. Now I've place another wordpress built blog within app/webroot folder. Suppose: example.com (cakephp site) and need example.com/myblog I ...
1
vote
1answer
45 views

htaccess rewrite for yearly website

I already looked a lot for answers and without satisfying answer I come now with my problem: I am creating a website for a music festival, that is renewed every year. I would like to keep ancients ...
4
votes
2answers
156 views

URL redirecting using .htaccess in Cakephp 2.0

I am using Cakephp 2.0 and my website domain name is www.sample.com , If I try to access sample.com (with out www) then its going to www.sample.com this is fine. But My problem is my domain consists ...
1
vote
1answer
169 views

Using CakePHP on apache tomcat server

I have 2 platform for single application, one is in jsp and another is in php (I am using CakePHP). What I want to do ? Now we want to share session between two platform, in that case we need to use ...
0
votes
0answers
108 views

htaccess rewrite shows error 324

I'm trying to rewrite *.staging.domain.com to builder.staging.domain.com/contest/* I'm using CakePHP as my framework. Here are my rewrite rules in the webroot folder: RewriteEngine On RewriteBase / ...
0
votes
0answers
230 views

Deploy CakePHP to a subfolder

I have created a CakePHP 2 app, and now I'm trying to deploy it to a production web server. My app uses the default folder structure (app/lib/plugins/vendors), default htaccess, default routing, ...
1
vote
1answer
520 views

Set up CakePHP in a subdirectory; Wordpress is installed in the root

I have been searching for a solution for 2 hours but nothing seems to work... here is my problem: I have WordPress installed in the root (var/www). So by going to http://www.geekderek.com, I see my ...
1
vote
2answers
436 views

.htaccess configuration of cakephp on Godaddy for subdomain

First of all,I have to tell you that I ended up here after searching and looking into many entries in the web and I tried many htaccess configuration but I couldn't make the CakePHP run under a ...
1
vote
2answers
122 views

CakePHP branch routing

I am trying to test some new features on a live site. My goal is to have a prefix ('dev', for example) and have that prefix display the complete site with default actions, except those I define as ...
1
vote
0answers
615 views

CakePHP 2.x .htaccess: Get 500 Internal Server Error

Problem solved Changed all folder and file permissions to 755 All .htaccess files with absolute paths (/app/webroot/) I moved my CakePHP 2.x website to another hoster (cyon.ch). Now i got 500 ...
0
votes
1answer
131 views

Cakephp change Admin Prefix

I have developed a huge admin panel in cakePHP which i can access with SITE_URL/admin.Now i want to change this url by SITE_URL/jpaneladmin without changing any of my functions which i have defiuned ...
0
votes
2answers
524 views

Htaccess and CakePHP 2 on windows IIS7

I was having problems trying to configure the mod rewrite over windows and II7: CakePHP 2.2.2 not working on Windows IIS7 but finally i could import the htaccess in order to create the web.config file ...
0
votes
1answer
84 views

CakePHP redirect .php to controller

My old website URL structure was something like this: http://www.example.com/index.php?go=archives&data=lastweek Today, I migrated to CakePHP, so that URL won't work. So I want to redirect it ...
1
vote
1answer
121 views

Htaccess redirect with cakePHP

I have a cakePHP app working at http://domain1.com/domain2, and want to point http://domain2.com/ to this application. I have done this change the document root of domain2 to public_html/domain2, ...

1 2 3 4