- <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>
Posted by Anonymous on Tue 20 May 00:42 (modification of post by Anonymous view diff)
report abuse | View followups from Rick Beckman | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.