I need the .htaccess thing for status sigs so instead of site.com/sigs/sig.php?habbo=NAME the user can just type site.com/sigs/habbo/NAME is that possible?
Please help!

I need the .htaccess thing for status sigs so instead of site.com/sigs/sig.php?habbo=NAME the user can just type site.com/sigs/habbo/NAME is that possible?
Please help!
You have to use mod-rewrite.
I will look into it for you
Enjoy!Code:RewriteEngine on RewriteRule ^sigs/habbo/([A-Za-z0-9.-]+)/?$ sig.php?habbo=$1
Last edited by Florx; 30-08-2007 at 11:49 AM.
Try that in the sig folderCode:RewriteEngine On RewriteRule ^$ index.php RewriteRule (^[-_A-Za-z0-9\ ]*$) sig.php?&habbo=$1
Want to hide these adverts? Register an account for free!