Possible Duplicate:
Problem with rewrite url module in windows
Cannot access redirect url in the Apache server .Not able redirect to target pages
ERROR: The requested URL /old.html was not found on this server.
My Code:
RewriteEngine On
RewriteBase /
RewriteRule ^old.html$ /new.html [R=301,L]
How to check load module in apache
