Hey all
So I deployed to my server a GS at Media Temple - however I'm getting
a 500 Internal Server Error
I think it's to do with my .htaccess file
Anyone else deployed to (MT)?
my .htaccess is ...
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
On my mac I need to have a copy of the .htaccess file sitting outside
the app/ directory. Here on (MT) if I delete the .htaccess I get the
text version of my page
Thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---