Page 1 of 1

XAMPP for Windows V.1.5.1

Posted: Sun 29. Jan 2006, 12:50
by pico
Hi

little Off-Topic but I know that there are a lot People using XAMPP for testing. I run into a Problem with the newest Version 1.5.1 with REWRITE-URL

For use rewrite-url you have to edit the ../xampp/apache/conf/http.conf

1. uncomment the Line (remove the # at the beginning)
LoadModule rewrite_module modules/mod_rewrite.so
2. search for
AllowOverride None
and replace with
AllowOverride All