Wednesday, July 25, 2012

Re: Error: The requested address was not found on this server.

On Wed, Jul 25, 2012 at 10:49 AM, Luís de Sousa
<luis.a.de.sousa@gmail.com> wrote:
>
> <IfModule mod_rewrite.c>
> RewriteEngine on
> RewriteRule ^$ app/webroot/ [L]
> RewriteRule (.*) app/webroot/$1 [L]
> </IfModule>

Things to check -

1. Is your web server running Apache?
2. Does your apache server allow .htaccess

http://httpd.apache.org/docs/current/mod/core.html#allowoverride

3. Does your apache server have mod_rewrite enabled?

http://httpd.apache.org/docs/current/mod/mod_rewrite.html

Cheers,

Andy

--
Andy Gale
http://andy-gale.com
http://twitter.com/andygale

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: