Shorter Profile Url
What does it do?
It produces a short profile url like so: yourdomain.com/username
Do you guarantee it will work on my server?
No.
Will you support this if I cannot get it to work for me?
I cannot guarantee this will work for everyone and therefor I will not support this.
Will this work with usernames that have special characters or spaces in them?
I don't know. I have only tested it on my test forum with a few usernames that don't have special characters or spaces in them. If it works for you, please let others know.
If this does not work for me, can you suggest another one?
VBseo
Zoints
Nuhit.com
Insert the following code in your .htaccess file (You might want to read the whole thread for other code examples that might work best for you):
PHP Code:
RewriteEngine on
RewriteRule ^/?([a-zA-Z0-9]+)$ member.php?username=$1 [L]