Compare commits

..

2 Commits

Author SHA1 Message Date
dev sp aeb9362f6d add htacces 2024-01-19 08:00:38 +00:00
Kar c75595b741 Add .htaccess 2024-01-19 07:58:27 +00:00
1 changed files with 4 additions and 0 deletions

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]