Community & Support

htaccess order not allowed here error?

I'm installing drupal on an XP Home box with PHP4/MySQL. Both run fine. I set up the Drupal db fine but got this error when I called up index.php:

.htaccess: order not allowed here

Any ideas how to fix this? Thanks!

Comments

Found the solution

FYI, I had to AddAlias in the httpd.conf file in Apache to solve the problem. Something tells me that's a kludge (one should be able to run Drupal or any script without having to explicitly specify the directory to the server) but, hey, it works for my needs.