Forward With theUKDesi.com Site!
Well have now managed to free up some time temporarily so need to get with theUkdesi.com project as soon possible! Over the weekend the last remaining boards to add will go up and hopefully the shape of the site in terms of design can be worked on. A new member has joined called FoOlIsH (well he’s a friend of mine) but he does seem to have a great online presence about him so should prove a hit on theUkdesi.com forum.
Some of you may have noticed that upon entering the site, it automatically redirects to the forum page. This has been done using a simple index.php (is the default file that opens) page with the following code:
header(”Location: http://www.theukdesi.com/forum/”);
exit;
?>
That’s it!