php - How to redirect to another folder in htdocs? -


can me on how redirect user folder in htdocs. current page @ :

http://maps/index.php

my goal everytime user access site automatically redirected to:

http://dev_maps/index.php

both maps , dev_maps folders under htdocs of xampp.

thanks.

you must place <?php header('location: http://dev_maps/index.php'); ?> before opening tag. easiest way.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -