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 <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---
