Answer the question
In order to leave comments, you need to log in
Why is Redirect 301 not working?
Can you please tell me how to correctly write Redirect 301 in Apache .htaccess file?
I tried to do like this:
Redirect 301 ^index\.php$ localhost/site/new.php.
It doesn't work in this format, or I wrote it wrong.
Answer the question
In order to leave comments, you need to log in
try like this -
Redirect 301 /index.php http://localhost/site/new.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question