Still having trouble with this ... I've tried a few things Anyone else had any luck getting their app to run on Media Temple?
On Jul 20, 7:51 pm, Mr K <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
