Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    Join Date
    Sep 2006
    Location
    Wakefield, West Yorkshire
    Posts
    162
    Tokens
    0

    Default

    I will write what to do to have it like what I do.

    First, make sure your host has mod_rewrite module enabled.

    Then in the .htaccess put:


    RewriteEngine on
    RewriteRule ^habbo/status/([^\/]+).php?$ status.php?name=$1 [L]

    The green bit is the name of the php file
    The red bits can be changed. As it is you would put

    http://yoursite.com/habbo/status/HabboName.php

    The HabboName part can be changed to any habbo name.

    But if you were to change those to:

    RewriteEngine on
    RewriteRule ^mystatus/([^\/]+).htm?$ status.php?name=$1 [L]

    You would put

    http://yoursite.com/mystatus/HabboName.htm

    If you dont understand, PM me.
    Left. Or have I?

  2. #22
    Join Date
    Nov 2006
    Location
    North Carolina, UA
    Posts
    128
    Tokens
    0

    Default

    My server has frontpage and everytime i upload the htaccess it *****s up

    EDIT: ok what If i have the status and the imager.. can I have:

    RewriteEngine on
    RewriteRule ^imager/([^\/]+).php?$ imager.php?name=$1 [L]
    RewriteRule ^status/([^\/]+).php?$ status.php?name=$1 [L]

    ?
    Last edited by Belacme; 18-11-2006 at 04:14 PM.
    ---------------
    I also use the account: Dentafrice
    ---------------

  3. #23
    Join Date
    Sep 2006
    Location
    Wakefield, West Yorkshire
    Posts
    162
    Tokens
    0

    Default

    Yes, that is what I have.
    Left. Or have I?

  4. #24
    Join Date
    Nov 2006
    Location
    North Carolina, UA
    Posts
    128
    Tokens
    0

    Default

    I just fixed it

    Code:
    RewriteEngine on
    RewriteRule ^status/([^\/]+).php?$ status.php?name=$1 [L]
    RewriteRule ^figure/([^\/]+)/?$ imager.php?name=$1 [L]
    RewriteRule ^figure/([^\/]+)?$ imager.php?name=$1 [L]
    RewriteRule ^status/([^\/]+)/?$ status.php?name=$1 [L]
    RewriteRule ^status/([^\/]+)?$ status.php?name=$1 [L]
    ---------------
    I also use the account: Dentafrice
    ---------------

  5. #25
    Join Date
    Apr 2005
    Posts
    78
    Tokens
    0

    Default

    this doesnt work for me, it just shows offline the whole time.

  6. #26
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    how do i know if my mod_rewrite module thing is on?
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  7. #27
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    Soz for double post o_o
    Tom can youn send me another copy of the Signature Status Bundle please?
    Send me the link in Pm, i muffed mine up trying to get it to work
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  8. #28
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    Mine shows offline off all the time as well.
    Musicicon is
    currently

Page 3 of 3 FirstFirst 123

Posting Permissions

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