So when you request www.mysite.com/whatever/index then the page does come up ok, just all of the links to images / css are incorrect? If the page comes up, then your mod_rewrite must be working - so the problem will be in the urls of the images / css themselves. Have a look in the source and see what urls are currently being used.
On Jun 24, 4:59 pm, zk <[EMAIL PROTECTED]> wrote: > I apologize if this has been asked before, I searched for quite some > time and could not locate an answer. I'm new to cakephp and can't > seem to get the mod_rewrite to work properly. My pages load perfectly > when I point towww.mysite.com, but only the content is shown if I > point towww.mysite.com/whatever/index. Basically, the content is > loaded, and the default.thtml layout is loaded, but not the css or > images that go with it. I'm pretty sure the .htaccess files are > correct for both the main directory, app directory, and webroot > directory (I compared the ones on the server with a fresh unzip from > the cakephp site). Anybody else overcome a similar problem? sorry > for the beginners question! > Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
