Hi, I've just installed Drupal with MySQL, PHP and Apache 2.2.

Home page displays great. That is, when I browse to http://127.0.0.1, I get the Drupal home page, but when I go to create first user, it shunts me back to a plain directory listing of my root. The URL diplays http://127.0.0.1/?q=user/register, but nothing happens.

Any help is appreciated.

Dex002

Comments

dman’s picture

Your .htaccess is not being used. If it were, the index.php would be getting picked up at that location.

see the (many) threads on .htaccess and configuring Apache to AllowOverride All

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/