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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -