How to make the routes working with CakePHP in a subdirectory

2012-03-01 Thread Optik Fluffel
I have a little Webpage set up with a little CakePHP Webapp in it. The CakePHP stuff is in a subdirectory and so I got my .htaccess like this: IfModule mod_rewrite.c RewriteEngine on RewriteRule ^test/subdirectory$ subdirectory/app/webroot RewriteRule

Re: How to make the routes working with CakePHP in a subdirectory

2012-03-01 Thread Optik Fluffel
Got it, i just forgot to add the RewriteBase to one of the three .htaccess files. Sorry guys :) Am Donnerstag, 1. März 2012 21:09:41 UTC+1 schrieb Optik Fluffel: I have a little Webpage set up with a little CakePHP Webapp in it. The CakePHP stuff is in a subdirectory and so I got my