Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 3 of 3

Thread: help..

  1. #1
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default help..

    Okay im doing .htaccess..

    and this is my .htaccess

    HTML Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    </head>
    <PRE>ErrorDocument 400 /error/index.php?error=400
    ErrorDocument 401 /error/index.php?error=401
    ErrorDocument 403 /error/index.php?error=403
    ErrorDocument 404 /error/index.php?error=404
    ErrorDocument 500 /error/index.php?error=500 </PRE>
    
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule index/(.*)/(.*)/$ /hx/index.php?$1=$2
    i used
    http://www.webmaster-toolkit.com/mod...name=community


    Now when i go to what it says it comes up with

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.41 Server at simplyhabbo.com Port 80
    Please help..
    Last edited by chrisgocrazyH; 24-06-2008 at 09:17 AM.
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  2. #2
    Join Date
    Oct 2007
    Location
    Luton, England
    Posts
    1,548
    Tokens
    388
    Habbo
    DeejayMachoo

    Latest Awards:

    Default

    remove
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    </head>
    <PRE>
    and </pre>


  3. #3
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    Okay im doing .htaccess..

    and this is my .htaccess

    HTML Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    </head>
    <PRE>ErrorDocument 400 /error/index.php?error=400
    ErrorDocument 401 /error/index.php?error=401
    ErrorDocument 403 /error/index.php?error=403
    ErrorDocument 404 /error/index.php?error=404
    ErrorDocument 500 /error/index.php?error=500 </PRE>
    
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule index/(.*)/(.*)/$ /hx/index.php?$1=$2
    i used
    http://www.webmaster-toolkit.com/mod...name=community


    Now when i go to what it says it comes up with



    Please help..
    Close it seeing as your using frontpage, and open the file as a text file.

    Then remove the HTML bits, you should know this.

    Seeing as you didn't notice;

    I've removed them for you.
    Code:
    ErrorDocument 400 /error/index.php?error=400
    ErrorDocument 401 /error/index.php?error=401
    ErrorDocument 403 /error/index.php?error=403
    ErrorDocument 404 /error/index.php?error=404
    ErrorDocument 500 /error/index.php?error=500
    
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule index/(.*)/(.*)/$ /hx/index.php?$1=$2

Posting Permissions

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