Advertisement
muymusicacom

Redirección 301 con HTACCESS

Aug 31st, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # BEGIN WordPress
  2. RewriteEngine On
  3. RewriteCond %{HTTP_HOST} ^contoelpeso.com$ [NC]
  4. RewriteRule ^(.*)$ http://contoelpeso.org/$1 [R=301,L]
  5. RewriteBase /
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule . /index.php [L]
  9. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement