Quote:
|
Originally Posted by m3lt
Code:
rewriteCond %{REQUEST_URI} !^/me
add that after RewriteEngine On
|
It seems not works with my wordpress
//edit
Code:
RewriteCond %{REQUEST_URI} ^/filename/(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/failed_auth.html$
RewriteRule ^.*$ - [L]
It works after I added thest codes to .htaccess