Advertisement
fplanzer

redirect by httpd.conf

Jul 20th, 2018
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. <VirtualHost *:80 >
  2.     ServerAdmin root@conectu.com
  3.     ServerName wenewenche.com
  4.     ServerAlias wenewenche.com www.wenewenche.com
  5.     RewriteEngine on
  6.     RewriteRule ^.*  http://wenewenche.cl
  7. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement