/ Published in: lighttpd
Expand |
Embed | Plain Text
Options +FollowSymLinks RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteCond %{HTTP_HOST} ^abc.com.au [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.abc.com.au/$1 [L,R=301]
You need to login to post a comment.
