Quote:
Originally Posted by Synth
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
I'm not sure which .htaccess this is. I seen that you posted a link to one but the link doesn't work.
Thanks in advance
|
thats what mine had
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1
Make sure no space extra space and do you have n e thing else?