I currently have several active applications on my server that use
mod_rewrite successfully, I'm shared hosting so I don't think I have
access to the server's httpd.conf file. However since the other apps
are running with mod_rewrite I'm assuming it is on and everything is
fine there. I've tried adding AllowOverride All to the .htaccess file
in the root folder where I've installed Cake, however when I do, I get
a 500 error trying to load a page. The documentation appears to be a
little vague on exactly where in the .htaccess file to add it. This is
the content of my current .htaccess file in the Cake root folder:

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

As I mentioned when I add AllowOverride All somewhere inside the if
block, I receive a 500 error so from that I'll also assume its
resolving to true. Thanks for your help thus far, if you could give me
a little bit more of a nudge in the right direction I would be most
grateful. Thanks,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to