For as many links as there are on this issue, I can't seem to get a
clean install of Cakephp working with WAMP. I get a 400 Bad Request
error.

Mod rewrite is on. AllowOverride all is set.

A clean install works if the directory is a sub directory of the WAMP
default root (C:\wamp\www\test) but when the same install is a WAMP
alias, the result is the 400 Bad Request error. Suggestions
appreciated.

I realize a lot of similar posts and replies exist on this. I've read
most of them, and have tried a number of suggested alternate
mod_rewrite rules. Still no joy.

Here is how alias is set up:

Alias /dam "M:/PROJECTS/Antidote/Projects/Website/DAMFiles/"

<Directory "M:/PROJECTS/Antidote/Projects/Website/DAMFiles/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order allow,deny
    Allow from all
</Directory>

Suggestions appreciated. Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to