vote up 0 vote down star

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

flag

33% accept rate
You already asked this question: stackoverflow.com/questions/1164893 – Crises of Identity Jul 23 at 4:41
See: stackoverflow.com/questions/1164893 for my answer. – Chacha102 Jul 23 at 4:48

closed as exact duplicate by Marc Gravell Jul 23 at 7:19

Browse other questions tagged or ask your own question.