junho 5th, 2012
rewritecond negação
Posted by
Felipe Olivaes in
Apache
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/mimimi
RewriteRule (.*) http://www.google.com.br/favicon.ico [L,R=301]
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/mimimi
RewriteRule (.*) http://www.google.com.br/favicon.ico [L,R=301]