.htaccess
Redirect /index2.html http://example.com/index.html
causes the following error
Internal Server Error
The server encountered an internal error or misconfiguration
and was unable to complete your request.
I think syntax of Redirect in this .htaccess is correct because this .htaccess works on another server.
What is the cause of this error?
meta refreshinstead ofRedirect. – js_ Jan 12 at 2:01