I want to do some mod_rewrite testing on my local machine running Apache 1.3 and windows.
I've gone into the httpd.conf, uncommented the LoadModule rewrite_module modules/mod_rewrite.so line and the AddModule mod_rewrite.c line, rebooted Apache, even rebooted my machine and it still doesn't appear to have loaded, as the following simple code in an .htaccess file is not working.
Code: Select all
RewriteEngine On
RewriteRule ^test1.html$ test2.html [R=301]