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.





Reply With Quote




