Hi,

I am new to Drupal, PHP and Apache, and have spent several hours getting the following installed and working on my Vista machine:

Apache 2.2
PHP 5.2
MySql 5.0
Drupal 5.2

The Drupal install (under //localhost/) worked fine, however all links from the welcome page, such as [Create the First Account] result in the //localhost/ directory being displayed. The url posted (Create the first account) = http://localhost/?q=user/register.

Am I missing a setting or PHP extension? Any assistance would be gratefully received.

Thanks

Comments

rajabhojd’s picture

Take a look at this post:
http://drupal.org/node/169630

Follow the directions on changes to the .htaccess and httpd.conf and remember to restart Apache.

bhatrafiq’s picture

My problem was that if i click on any lin in my drupal site it was redirecting to XAMPP page automatically after so much searching i found the solution ..

I just remove the # of this line no.(118)
(LoadModule rewrite_module modules/mod_rewrite.so) in C:\xampp\apache\conf\httpd.conf file and also put these lines of code at the bottom::

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin


Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
# ...... etc


DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml