whats wrong with this .htaccess?

Discussion in 'Site & Server Administration' started by Gnome, Feb 12, 2008.

  1. #1
    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!
     
    Gnome, Feb 12, 2008 IP
  2. Gnome

    Gnome Active Member

    Messages:
    236
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #2
    nobody have an idea?
     
    Gnome, Feb 12, 2008 IP