Results 1 to 8 of 8

Thread: Pascal....com?

  1. #1

    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.

  2. #2

    Pascal....com?

    a few days

  3. #3

    Pascal....com?

    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 .
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    Pascal....com?

    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.

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Pascal....com?

    Hmm... thats true... there has to be alot of URL updating I'm afraid.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6

    Pascal....com?

    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

  7. #7

    Pascal....com?

    Thanks for the tip Tux, I forgot to mention that to WILL yesterday.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  8. #8

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •