Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


addslashes
by admin
 at 2017-12-24 13:01:00.

if you are changing your domain or ip address, you want to make sure people who don't know about the change still be able to access your site so you can create a index.php and with using the fallowing code it will automatically redirect to the new address.

<?php
   header( 'Location: http://www.wirelessarmy.com');
?>