Monday, March 30, 2009

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

Is the problem with actual html files of with CakePHP urls?

Cake uses mod_rewrite to manage pretty (meaningful) urls. Problems
like this (certainly if the urls are for Cake) usually have one of two
sources.

A configuration problem in Apache. Your site should be allowed to set
these rewrites but sometimes Apache is set to not read ".htaccess"
files in your site folders. The vhost in Apache should have "Allow
Override" set.

A missing ".htaccess" file (or two). When you move a website hidden
files sometimes get left behind. Macs do this constantly but an FTP-
client can also leave one of these files behind of you are not
careful.

/Martin


On Mar 29, 3:10 pm, jmdesign <webmas...@jmdesignsolutions.com> wrote:
> Actually I may have spoken to soon...
>
> The URL's site-wide are incorrect, where they should be (for example)http://www.websitehost.com/folder/index.htmlthey arehttp://www.websitehost.com/index.html.
>
> Can anyone point me to where i need to go to configure this (assuming
> it's a simple thing to do)?
>
> Many thanks,
>
> James
--~--~---------~--~----~------------~-------~--~----~
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: