Suspended Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sdjl
    Senior Member
    • Mar 2004
    • 502

    #1

    Suspended Page

    Now i know how to edit the suspended page to create a nicer customised page instead of the default one.
    The question i have though: is it possible to modify the URL to which the suspended account page is pulled from?

    At the moment, i have a long URL like so: http://dis-user.cpanel20.gzo.com/suspended.page/

    It would be so much nicer if i could use a domain name in there instead of having the account and server name/number being shown to anyone who gets to a suspended account.

    Any thoughts?

    David
    -----
    Do you fear the obsolescence of the metanarrative apparatus of legitimation?
  • james
    Senior Member
    • Mar 2004
    • 183

    #2
    Hi,

    I have the following in my /home/dis-xxxx/public_html/suspended.page/index.php file:

    PHP Code:
    <?php
            header
    ("Location: http://www.mywebhostingcompany.com/suspended/");
            exit;
    ?>
    I also removed the index.html file in the directory above.

    This will redirect all suspended accounts to http://www.mywebhostingcompany.com/suspended/, where I have uploaded my actual account suspended page.

    Hope this helps,

    James

    Comment

    • sdjl
      Senior Member
      • Mar 2004
      • 502

      #3
      Ah yes!
      That would work

      David
      -----
      Do you fear the obsolescence of the metanarrative apparatus of legitimation?

      Comment

      • james
        Senior Member
        • Mar 2004
        • 183

        #4
        yeh, it works heaps better than a meta refresh redirect, meaning that the user doesn't really see the long cpanelxx.g*o.com URL.

        Comment

        Working...