PDA

View Full Version : How to do redirection in php website?



ajaykumar01
09-04-2017, 12:01 AM
How to do redirection in php website?

RH-Calvin
09-04-2017, 01:09 AM
Redirection can be done using a 301 redirect. 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".