try reuploading the htaccess some servers require rewrite base (you would need to add subdirectory to it if in a subdir and using rewritebase)
try using fresh htaccess files - S On 15 February 2011 22:38, cake-learner <[email protected]> wrote: > yes seems like all files are there. I see router.php is there. > > yes i was developing the app on the other server. > > only difference is htaccess files > > .htaccess > root > "empty" > > app/ > <IfModule mod_rewrite.c> > RewriteEngine on > RewriteBase / > RewriteRule ^$ webroot/ [L] > RewriteRule (.*) webroot/$1 [L] > </IfModule> > > webroot/ > "empty" > > and when i set up like that in new server it was making the infinite > loop of redirect > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
