How to create a redirect in PHP

- by

Say you had domain.com/folder, and you’d like it to automatically redirect to domain.com/otherfolder, do the following:


Add the above to a file called index.php in domain.com/folder. As soon as someone visits your location, the browser redirects to the new URL.

Courtesy of the Stackoverflow community:



If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.