Hi, I want to be able to make user profiles like this:
Instead of things like:Code:www.site.com/username
So, in my .htaccess file I have:Code:www.site.com/profile/username
But then, that means if I go to a link likeCode:RewriteEngine On RewriteRule ^/(.*)$ profile.php?user=$1 [L]
In .htaccess it will process:Code:www.site.com/contact/
Any ideas on how to do it? I've seen it on other sites and it works fine for them.Code:www.site.com/profile.php?user=contact
Any usefull help will be fully appreciated and 'thanked'.
Thanks,
- m0nsta.



Reply With Quote![[HELP] Make user profiles .htaccess?](http://ragezone.com/hyper728.png)


