View Single Post
  #10 (permalink)  
Old 05-03-08, 07:22 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
Do you have an .htaccess file in that folder? 'Cause the same happens to me if I newly install XAMPP.

If so, open /apache/conf/httpd.conf

And uncomment this line:
Code:
LoadModule rewrite_module modules/mod_rewrite.so
... save, and then restart Apache.
Reply With Quote