Guest
Public paste!

Rick Beckman

By: a guest | May 19th, 2008 | Syntax: None | Size: 0.46 KB | Hits: 51 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. <IfModule mod_alias.c>
  2. RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+) http://Ichangedthis.com/$1
  3. </IfModule>
  4.  
  5.  
  6. # BEGIN WordPress
  7. <IfModule mod_rewrite.c>
  8. RewriteEngine On
  9. RewriteBase /
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule . /index.php [L]
  13. </IfModule>
  14.  
  15. # END WordPress
  16. <Files xmlrpc.php>
  17. SecFilterInheritance Off
  18. </Files>
  19. <Files 403.shtml>
  20. order allow,deny
  21. allow from all
  22. </Files>