Advertisement
pepoflex

htacces

Sep 7th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. RewriteEngine on
  3. RewriteCond %{HTTP_HOST} ^blog\.midominio\.com\.pe$ [OR]
  4. RewriteCond %{HTTP_HOST} ^www\.blog\.midominio\.com\.pe$
  5. RewriteRule ^/?$ "http\:\/\/midominio\.com\.pe\/blog\/" [R=301,L]
  6.  
  7.  
  8. # BEGIN WordPress
  9. <IfModule mod_rewrite.c>
  10. RewriteEngine On
  11. RewriteBase /blog/
  12. RewriteRule ^index\.php$ - [L]
  13. RewriteCond %{REQUEST_FILENAME} !-f
  14. RewriteCond %{REQUEST_FILENAME} !-d
  15. RewriteRule . /blog/index.php [L]
  16. </IfModule>
  17.  
  18. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement