I have the RewriteEngine turned on without any problems, this article
http://kb.mediatemple.net/questions/85/Basic+mod_rewrite (you may need to be
logged in to view) indicates its valid for all services including GS.

My .htaccess looks like this and seems to work correctly :-

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule ^(.*)$ http://wiltonsoftware.com/$1 [R=301,L]
   RewriteCond %{http_HOST} ^www\.wiltonsoftware\.com$ [NC]
   RewriteRule ^(.*)$ http://wiltonsoftware.com/$1 [R=301,L]
   RewriteRule ^$ app/webroot/    [L]
   RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
AddHandler php5-script .php

---
Brett Wilton
http://wiltonsoftware.com

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