Luckily, his is one of those.Quote:
Originally Posted by Mike
The easiest way, if .htaccess is limited here, is to include a simple line at the top of the pages:Quote:
What I was looking for is similar in forcing the dotted quad to show even if the visitor entered the name URL.
Code:<?php if(strpos($_SERVER['HTTP_HOST'], 'cleverwasteoftime') !== false) header('Location: http://216.118.83.123' . $_SERVER['REQUEST_URI']); ?>
