Add RewriteBase /app after RewriteEngine On On Dec 4, 5:59 am, euromark <[email protected]> wrote: > Alias /app "/var/www/work/pages/app/webroot/" > <Directory /var/www/work/pages/app/webroot/> > Options Indexes MultiViews FollowSymLinks > > RewriteEngine On > > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-f > RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] > > </Directory> > > is not working properly > > i can access > -http://IP/app > -http://IP/app/ > > and the /webroot/download/ (and /css, /js) folders directly are > visible, too > but all controllers+actions are resulting in the following error: > > "The requested URL /var/www/work/pages/app/webroot/index.php was not > found on this server."
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
