1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00
Files
personal-website/public/.htaccess
T

4 lines
120 B
ApacheConf

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.dankotowski.dev
RewriteRule ^(.*)$ https://dankotowski.dev/$1 [R=301,L]