25 Jul
2009
25 Jul
'09
7 p.m.
On Jul 25, 2009, at 7:19 AM, Ryan Chan wrote:
Hello, I have install latest Drupal, I come across with a problem: If I move the content of .htaccess into httpd.conf, the site is not accessible and error "HTTP 400 - BAD REQUEST" will be give out. If I leave the drupal config as in .htaccess, it is okay.
Did you remember to wrap the content from your .htaccess inside its own "Directory" directive? <Directory /path/to/site> # .htaccess content goes here </Directory> Just a stab in the dark guess. About the best I can do without looking at your files. Steve