RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^news/(headlines|otherscript|yetanother).php$ $1/ [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(headlines|otherscript|yetanother)/(.*)$ $1.php?uri=$2 [L]