Do NOT modify anything if you do not understand what you are doing.
Do NOT remove any line if you do not know what exactly this line
does. We are not responsible for any malfunction. Dynamic Error Pages Redirecting your Domain or any Subdirectory Each "Redirect" statement contains the "Redirect" command, the location to be redirected and the target of the redirection. You may redirect your domain to some other domain you own or you may redirect requests for e.g. "/color" to a subdirectory called "/colour". Enter a line like below to redirect your Domain (it will not redirect if there is a request for a specific sub-page): Redirect /index.html http://www.target.com Hint: In both cases the target must be a full URL starting with http:// even if the target of the redirection is located in your domain. Hint: Always include "index.html" after a directory
name.
|