- // full part
- RewriteEngine On
- RewriteBase /
- RewriteCond %{QUERY_STRING} (author=\d+) [NC]
- RewriteRule .* - [F]
- // section part to extend the WP block
- <IfModule mod_rewrite.c>
- ...
- RewriteCond %{QUERY_STRING} (author=\d+) [NC]
- RewriteRule .* - [F]
- </IfModule>
Recent Pastes