Hi Jon, You are right, all three files are different, the server had mod_rewrite off, i turned it on and tried again but it didnt help. :(
what else could we look at ... On Mar 11, 4:58 am, Jon Bennett <[email protected]> wrote: > Hi bilal, > > > all three htaccess files are there, but i still have to type index.php > > to access, this is how my .htaccess files looks like > > > <IfModule mod_rewrite.c> > > RewriteEngine on > > RewriteRule ^$ app/webroot/ [L] > > RewriteRule (.*) app/webroot/$1 [L] > > </IfModule> > > Hmm, you should have 3 different htaccess files, but other than that, > it appears to be a server issue, does the live server have mod_rewrite > on? > > 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 [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 -~----------~----~----~----~------~----~------~--~---
