General Community > WebsiteBaker Website Showcase
UK HGV Driver Site
mysticcowboy:
--- Quote from: dbfcs on May 04, 2006, 09:39:01 AM ---The splash page goes against my principles but as I have to install into a folder (web server restrictions), I had no choice. Sure I could use a php redirection script but instead I have filled it with more keywords.
--- End quote ---
Nice tip. Thanks.
I've been using HTTP 301 redirect, but to do that you need access to the .htaccess file, which some servers don't offer.
dbfcs:
PHP redirection script:
--- Code: ---<?php
header('Location: http://www.drivershortage.co.uk');
?>
--- End code ---
Put this in a PHP file and change the URL to whatever you like.
The downside is that it redirects automatically so no keywords!
Navigation
[0] Message Index
[*] Previous page
Go to full version