PubeWebsite/.htaccess

7 lines
139 B
ApacheConf
Raw Normal View History

2019-01-25 20:09:18 +02:00
Options -Indexes
2019-01-26 15:54:13 +02:00
RewriteEngine On
RewriteBase /
2019-01-26 16:04:47 +02:00
RewriteCond %{HTTP_HOST} !^pube\.tk$ [NC]
RewriteRule ^(.*)$ https://pube.tk/$1 [R=301,L]