httpd.conf

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

<Directory "C:/dev/www">
    Options Indexes FollowSymLinks MultiViews ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from All
</Directory>


apache_error.log

[Wed Oct 08 11:44:53 2008] [error] [client 127.0.0.1] Filename is not
valid: c:/dev/www/cake/>
[Wed Oct 08 11:44:55 2008] [error] [client 127.0.0.1] mod_rewrite:
maximum number of internal redirects reached. Assuming configuration
error. Use 'RewriteOptions MaxRedirects' to increase the limit if
neccessary.
[Wed Oct 08 11:46:58 2008] [error] [client 127.0.0.1] Filename is not
valid: c:/dev/www/cake/>
[Wed Oct 08 11:53:10 2008] [alert] [client 127.0.0.1] c:/dev/www/
cake/.htaccess: RewriteBase: argument is not a valid URL
[Wed Oct 08 11:53:16 2008] [error] [client 127.0.0.1] Filename is not
valid: c:/dev/www/cake/>


The URL I type is /cake/ and it redirects to /cake/>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to