Hi guys. I have 2 question about Redirection... 1: Can you redirect a page(xxx.html) to another page(2xx.html) with (Same Domain) ? 2: Can someone please provide for me a good lesson how to do it since I don't really trust on articles and tutorials in internet.? Thanks
Hello, It can be possible using a simple Redirection Rule, place .htaccess in your web-root(public_html) folder, and add the following line in it. Redirect permanent /xxx.html http://yourdomain.com/2xx.html
If you don't trust information from the internet, why do ask for help in the internet? You should buy a book then...