Rick Beckman
By: a guest | May 19th, 2008 | Syntax:
None | Size: 0.46 KB | Hits: 51 | Expires: Never
<IfModule mod_alias.c>
RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+) http://Ichangedthis.com/$1
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
<Files 403.shtml>
order allow,deny
allow from all
</Files>