I have a couple of sites running on MT using both CakePHP 1.2 beta and RC2 and haven't had any problems on the GS just using the standard install. One thing to be aware of is that they are linux machines so the filenames are case sensitive (need to be lower case).
--- Brett Wilton http://wiltonsoftware.com On Mon, Jul 21, 2008 at 7:40 AM, Mr K <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
