Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php header location not working

// If header throws an error - use this as temp solution.
<?php
echo '<script type="text/javascript">
location.replace("https://your_replaced_url_location_goes_here.com/"); </script>';
?>
  
 
PREVIOUS NEXT
Tagged: #php #header #location #working
ADD COMMENT
Topic
Name
6+9 =