Hi,

I created a CakePHP project to my domains subfolder (www.domain.com/
demo) and my root .htaccess-file looked like this:

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

Everything was working and I understood what is happening. BUT, now
when I am trying to publish my project in my server root
(www.domain.com)  it suddenly wont work. I of course changed the
RewriteBase to "/" or removed it completely. When I try to access the
site root, I get "Internal server error".

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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