Code:
RewriteEngine on
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)/([0-9]+)/$ index.php?x=$1&y=$2&id=$3
RewriteRule ^verificationimage.png$ FileLibrary/imgVerification.php
RewriteRule ^([a-zA-Z]+)/user/([0-9]+)/$ index.php?x=$1&user=$2
RewriteRule ^([a-zA-Z]+)/([0-9]+)/$ index.php?x=$1&membPage=$2
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)/$ index.php?x=$1&y=$2
RewriteRule ^header_image.png$ FileLibrary/header_img.php
RewriteRule ^([a-zA-Z]+)/([0-9]+)/$ index.php?x=$1&id=$2
RewriteRule ^([a-zA-Z]+)/$ index.php?x=$1
RewriteRule ^rss.xml$ rss.php
Alright, when I try to go to members/user/My ID/ it doesn't show the profile but instead, it shows the main users listing. Any help with this?