Advertisement
Guest User

Rick Beckman

a guest
May 19th, 2008
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement