View Full Version : Pascal....com?
How long has the pascal....com URL been active? I just noticed it on the forum notification emails I receive and tried it.
[Edit] I have edited the URL to avoid others going to the site and posting things there. Dominique.
savage
09-04-2005, 11:20 AM
Please do not use this site at all as it is an old copy of the DBs used here. We are trying to iron out some bugs before swithing. Eventually we will move all the content from here to there and it should all be faster and better :).
Do we use this site now? Because www.pgd.netstarweb.com reports that index.php can not be found.
The flipCode IOTD links to the competition results page on this site, but the competition results page links back to pgd.netstarweb.com.
Hmm... thats true... there has to be alot of URL updating I'm afraid.
could be fixed with a htaccess mod rewrite. create a .htaccess file in the root (note the full stop in the file name) of the old server and add this code
RewriteEngine on
RewriteCond %{HTTP_HOST} ^http://www.pgd.netstarweb.com/$ [OR]
RewriteCond %{HTTP_HOST} ^pgd.netstarweb.com/$ [OR]
RewriteRule ^(.*)$ http://www.pascalgamedevelopment.com/$1 [R=301,L]
// end code
that will rewrite say http://www.pgd.netstarweb.com/links.php to http://www.pascalgamedevelopment.com/links.php
savage
13-05-2005, 10:22 AM
Thanks for the tip Tux, I forgot to mention that to WILL yesterday.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.