Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 136 Bytes

htaccess.md

File metadata and controls

9 lines (7 loc) · 136 Bytes

Apache .htaccess

Redirect whole vhost:

# redirect
RewriteEngine On
RewriteRule (.*)$ https://example.com/$1 [R=301,L]