Hi Sam,

It's definately a Linux shared host.

I've added the Rewrite Base line but I'm still seeing a 500 error
page, this is what my htaccess file currently reads:

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

php_value magic_quotes_gpc "Off"


Does that look okay for cake php?

Thanks,

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