Hi check http://forum.cakephp-fr.org/viewtopic.php?id=4281 (If you do not read french, the .htaccess samples are in apache language ;-)
In your fist .htaccess try : app/webroot instead of /app/webroot In the second one, add : RewriteBase / in your app directory is under www or if your application is in a subdirectory : RewriteBase /subdir I hope it will help On 19 nov, 01:04, wilecoyote42 <[email protected]> wrote: > On Nov 18, 4:57 pm, phpMagpie <[email protected]> wrote: > > > Actually, this covers it > > better:http://book.cakephp.org/view/917/Apache-and-mod_rewrite-and-htaccess > > Thanks. I've already read them and tried the steps described there. > mod_rewrite is definitely enabled, since I just tried with a > test .htaccess file (disabling the CakePHP one first), and the server > redirected me correctly. -- 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
