Advertisement
Guest User

Untitled

a guest
May 6th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #RedirectMatch permanent ^(.*)\.htm(l?)$ $1.php
  2.  
  3. # BEGIN WordPress
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteBase /wordpress/
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule . /wordpress/index.php [L]
  10. </IfModule>
  11. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement