0
votes
1answer
6 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
52 views

Moving cakePHP 2.3.4 REST API from development to production 404 errors

I am working on a simple REST API, it is working on my development system (Mac OSX, Zend Studio, Zend Server CE - http://localhost:10088/apitest/) with RewriteBase in the .htaccess files (see below). ...
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
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
113 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
1answer
32 views

URL rewriting in Cake

I need to rewrite URL in my cake application in such a way that only slug (e.g. title) is shown in the URL. For example, if I have a cake URL like www.site.com/users/view/1 (controller/action/ID), I ...
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
216 views

CakePHP 2.3 mod_rewrite not working

i have a Problem, written a Webapp in CakePHP 1.3 and it worked fine, so i wanted to use the newer cake version and after copying it on my local Apache (which might have the correct configuration ...
0
votes
0answers
62 views

CakePHP, mod_rewrite and SVN

I have a very strange problem. I configured an empty cakephp 2.3 project, I made all the cakephp changes (database.php, salt, etc.) and the debugkit too. Everything worked fine and I got the default ...
0
votes
2answers
137 views

mod_rewrite 404 Error

I've been looking at the posts and some Google Groups stuffs for fixing mod_rewrite for use with CakePHP (as well as the CakePHP docs), but I can't seem to get mod_rewrite to work correctly. CakePHP ...
1
vote
1answer
40 views

htaccess mod_rewrite cakephp folder inside rule

One small question for the one that know the syntax of mod_rewrite. I have a cakephp app on a domain. And the .htaccess file there is pretty straightforward: RewriteEngine on RewriteRule ^$ ...
0
votes
1answer
112 views

CakePHP Redirect 404s

I'm trying to learn CakePHP for the first time (I usually just straight code PHP), and I'm starting with the 'official' Blog Tutorial they host: ...
0
votes
2answers
54 views

Move pages in Apache while kipping the same URLs

I want to rearrange my web site, and move all customer pages into a directory (/customerPages), while keeping the same URL (URL to access the page and the URL that is showed in the browser). I'm using ...
-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 ...
1
vote
3answers
244 views

htaccess issue with website having WordPress directory contaning Cakephp website

I am working on website having front website made with WordPress and a WordPress directory contains a dashboard folder having a cakephp website. Everything is working perfectly on my local system ...
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
115 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 ...
0
votes
1answer
188 views

Cakephp 2.2 without mod_rewrite redirecting wrong

I did all the settings to not use mod_rewrite Apache 2.2 and CakePHP. Apache2 is up and running and Cake seems to be running too. If I go http://127.0.0.1/cake/index.php, all green tags along ...
1
vote
1answer
513 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 ...
0
votes
1answer
83 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 ...
0
votes
1answer
352 views

CakePHP 301 Redirects appending extra query string parameter

I am trying to redirect old asp pages on a domain name so they link to their respective pages on the CakePHP version (using 1.3). The domain name is the same. These redirects are being added so ...
7
votes
3answers
577 views

CakePHP, CGI and mod_rewrite

I have to run my CakePHP 2.1 application in an environment with CGI-PHP and without the ability to declare apache aliases. I want to redirect requests to a subdomain to CakePHP with mod_rewrite, but ...
0
votes
1answer
2k views

cakephp/app/webroot/ not found when installing cakephp on Apache servor

What I'm trying to do: I've developed a web application with cakephp 2.2.1 on wamp. Now I want to install it on an Apache server (version 2.2.16). Error: The requested URL ...
1
vote
1answer
278 views

Wildcard Subdomains with CakePHP htaccess

I currently have this CakePHP Setup: Variable Prefixed Routing in CakePHP DNS for *.example.com and Apache Entries for handling Wildcard subdomains is already present. Unfortunately, I can't seem to ...
1
vote
1answer
327 views

400 Bad Request when URL contains %25

I am using CakePHP and am facing the issue only with %25 encoded character. For other escaped symbols like %22 etc the URL rewriting seems to be perfectly fine. SO question reports similar problem ...
0
votes
1answer
126 views

Need help translating this htaccess rewrite rule to Nginx

Hi – I've been struggling with this for days. It seems simple but I just can't get it done. I have a site developed in CakePHP. There's a script that responds to /css/profiles/g/whatever.css ...
0
votes
2answers
323 views

Apache rewrite condition to fall back when css doesn't exist

I need a rule in Apache that redirects not-found CSS files to another location based on their names in another folder. Like this: Request: localhost/css/nonexistent.css Response: ...
0
votes
1answer
481 views

CakePHP 2.0+ Setup on online shared hosting

1 and I've uploaded all the files onto the file server that I am using 000webhost.com however Im having a few problems with the modrewrite I keep getting re-directed to ...
0
votes
2answers
194 views

.htaccess / url rewrite issues

Using CakePHP. The website is www.villapalmeras.co.uk. When I view the root my links appear correctly (ie http://www.villapalmeras.co.uk/public/events). When I navigate to any other page, the same ...
2
votes
2answers
971 views

cakephp doesn't work url-rewriting on Ubuntu

all. This time I try cakephp, but I have got "URL rewriting is not properly configured on your server. 1) Help me configure it 2) I don't / can't use URL rewriting". I could know this is apache and ...
0
votes
0answers
182 views

CakePHP Webroot .htaccess

Normally one would have a webroot that looks like this: /www/ | +--index.php | +-- js/ | | | +-- xyz.js | +-- css/ | | | +--xyz.css | +---etc..... With my setup, ...
1
vote
1answer
478 views

Cakephp how to redirect back to http protocol from https

I understand how to force SSL on certain pages but how do I redirect other pages without https connection? The reason is that I have external javascript and images running on other pages and they do ...
3
votes
1answer
336 views

Redirect subdomain to CakePHP action

Background I have a CakePHP application that lives in /m/. I want to write a root-level .htaccess file which will redirect "subdomains" for the site as parameters to actions. For example: I want to ...
2
votes
1answer
346 views

CakePHP and VirtualDocumentRoot issue

I have a LAMP server configured with DocumentRoot /var/www changed to VirtualDocumentRoot /var/www/%-3/ in the Apache2 config file - this allows me to automatically map /var/www/<subdomain> to ...
2
votes
2answers
264 views

Internal Server Error with Cakephp 2.1.1 happens extremely often

Cakephp 2.1.1 app is creating a lot of internal server errors. Whenever I restart apache it starts working again but goes down after a little while. below is what I am getting on error log. ...
2
votes
3answers
819 views

CakePhp 2.0 .htaccess

Having trouble configuring CakePhp on an Apache server. It worked fine in my dev environment, and now I'm looking to deploy. The url will look like: "http://www.example.com/mysite/" A sample ...
2
votes
1answer
500 views

Getting 500 internal server error with Auth component in Cakephp 2.1.1 stable version

My cakephp app 2.1.1 is currently running on Cent OS server and I keep getting 500 internal server error on random occasions whenever I try to log into the system using Auth component. I thought it ...
1
vote
0answers
206 views

.htaccess stub files to protect site with php session auth

Im trying to create a site where authorized users can download pdf files... the pdf files are in the webroot auth is by php sessions... so to protect files from hotlinking, i found a working solution ...
0
votes
1answer
77 views

MOD_Rewrite for the directory

I'm trying to get MOD_rewrite on .htaccess to rewrite rule so that if someone types domain.com/presentations to be same as domain.com/cakephp directory I've got below so far but the problem is ...
0
votes
2answers
120 views

cakephp slow because of mod_rewrite?

I have a web made with CakePHP 1.3.10. This web seems to get slower every time new folders/pages are added to it (which happens pretty often). I believe reading somewhere that the mod_rewrite found ...
-1
votes
2answers
259 views

how load Module rewrite without accessing to httpd.conf

i am using cakephp and i need load Module rewrite , but i can not accessing to httpd.conf. there is way to solve this problem ? by thanks.
0
votes
1answer
194 views

mod_rewrite for (sub)domains and cakephp's wrong urls

I'm on hosting where I'm rewriting my domains to their folders: www.domain.com -> domains/domain.com/www I'm using following htaccess in document root Options +FollowSymLinks +Indexes RewriteEngine ...
1
vote
2answers
107 views

rewiterule for changing url [closed]

If someone hit the url like this : http://mydomain.com/action/login/uname/sudip/pass/md5(password) How can my system convert it ...
0
votes
2answers
327 views

CakePHP without mod_rewrite problems

I've developed a website using CakePHP and I am now trying to host it on the live server. I couln't get much help from the hosting service, but I think they do not allow mod_rewrite (I get 500 server ...
0
votes
2answers
170 views

Normal php in a Cake PHP app and using htaccess rewrite

I have a normal php script which I want to use in a CakePHP application (created by a previous developer). I have made a folder in my CakePHP webroot folder: Httpdocs -> app -> webroot -> folderx ...
0
votes
1answer
64 views

CakePHP URLs load view in a separate window

I'm having a problem with my URLs in CakePHP. I have a controller named 'users' that has an index and a highscores action(action, method, function, whatever). When I go to mydomain.com/users, I get ...
2
votes
3answers
5k views

CakePHP 2.0.4 “URL rewriting is not properly configured on your server”

I've been trying to setup CakePHP on a development section of my server and I can't seem to solve the "URL rewriting is not properly configured on your server" error. I suspect I'm not configuring the ...
8
votes
4answers
470 views

CakePHP - Selective SSL

How do I force HTTPS for certain parts of a site, e.g. a login page or register page, and use HTTP for the rest of the site?

1 2