Monday, March 30, 2009

Re: Hosting Migration Problem - The requested address was not found on this server

Hi James,

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

The above doesn't look like the standard cakephp htaccess. try
downloading the most recent stable of 1.1 (which I think you're using)
and replace (backup first!) the htaccess files in each folder with
their defaults.

Not sure if that'll do it, but need to start somewhere.

What does the apache logs say? anything more than just a 404? what
about php logs?

cheers,

Jon

--

jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: