well i have allready an .htaccess file for some kind of website maintance..
it looks like this ->
RewriteEngine on
RewriteCond %{REMOTE_ADDR} !=111.222.333.444
RewriteCond %{REQUEST_URI} !=/303.php [NC]
RewriteRule ^(.*)$ /303.php [R=302,NC,L]
no how can i exclude 1 or 2 directories from this rule ?
like only the patch /users/files stays aviable and the rest gets redirected!
plz help!
thx