Jump to content

mtbrandall

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by mtbrandall

  1. try doing a tracert his will trace the route from your pc to your server. open CMD and type tracert yourdomain.com it should list a series of hops between you and your server if any appear as ** then this coud be causing the problem.
  2. try just doing it in php and adding [code] <?php if(!isset($_GET['f'])){ //see if ?f is not set     header("Location: error404.php"); //send the user to the 404 page     exit(); //terminate the script } ?> [/code]
  3. some ISPs block access to certain ports such as port 80 to prevent them being used for commercial purposes. if you get in contact with your ISP thy should be able to advise you on this and if they are not blocking port 80 they should be able to advise you on how to rectify the problem.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.