php - How to redirect to another folder in htdocs? -
can me on how redirect user folder in htdocs. current page @ :
my goal everytime user access site automatically redirected to:
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
Post a Comment