Add files via upload

This commit is contained in:
FURK4NGG
2024-09-07 01:04:53 +03:00
committed by GitHub
parent e72e6a7f62
commit b8810ed13a
39 changed files with 1424 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Tüm trafikte HTTPS'ye yönlendirme
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [L]
ErrorDocument 404 /not_found_page.html