7 lines
164 B
ApacheConf
7 lines
164 B
ApacheConf
|
|
|
||
|
|
RewriteEngine on
|
||
|
|
RewriteCond %{HTTP_HOST} ^vol\.today$ [OR]
|
||
|
|
RewriteCond %{HTTP_HOST} ^www\.vol\.today$
|
||
|
|
RewriteRule ^/?$ "https\:\/\/news\.vol\.today\/" [R=301,L]
|
||
|
|
|