open notepad or wordpad, put this code into a new document:
|
Code:
|
<?php
$header_location = ( @preg_match('/Microsoft|WebSTAR/', $_SERVER['SERVER_SOFTWARE']) ) ? 'Refresh: 0; URL=' : 'Location: ';
header($header_location."modules.php?name=GoHere);
exit;
?> |
save it as index.php
now go onto your server and upload the index.php to modules/GoHere (probably you have to create that folder)
then go to your site and in the modules block click on 'GoHere' and itll redirect you
Now:
everywhere I wrote 'GoHere' you can place your own name
if you need more help editing this code just tell me