Try adding
 RewriteBase /

just after
RewriteEngine On

in your htaccess files.

When I was on godaddy i found this to be a requirement to get things
working.

On Jan 14, 4:14 pm, neridaj <[email protected]> wrote:
> Hello,
>
> I've edited my httpd.conf file as instructed and can't get mod_rewrite
> working. Any suggestions?
>
> /etc/httpd/httpd.conf:
>
> LoadModule rewrite_module     libexec/httpd/mod_rewrite.so
>
> DocumentRoot "/Library/WebServer/Documents"
>
> <Directory "/Library/WebServer/Documents">
>
> #
> # This may also be "None", "All", or any combination of "Indexes",
> # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
> #
> # Note that "MultiViews" must be named *explicitly* --- "Options All"
> # doesn't give it to you.
> #
>     Options Indexes FollowSymLinks MultiViews
>
> #
> # This controls which options the .htaccess files in directories can
> # override. Can also be "All", or any combination of "Options",
> "FileInfo",
> # "AuthConfig", and "Limit"
> #
>     AllowOverride All
>
> #
> # Controls who can get stuff from this server.
> #
>     Order allow,deny
>     Allow from all
> </Directory>
>
> Thanks,
>
> Jason
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to