hope this is the right section Its Mod_Rewrite. can somebody tell me whats wrong with this: RewriteEngine on RewriteCond %{REQUEST_URI} "/members/" RewriteCond %{REQUEST_URI} "/directory/" RewriteRule (.*) $1 [L] RewriteRule ^([^/\.]+)/([^/\.]+) /redirect.php?url=$2&user=$1 [L] when I use that if I goto /members/ it wont bring me to redirect.php. if I goto /directory/ it brings me to redirect.php.. whats wrong?thanks!