Konu
Htaccess ile ilgili yardım
30-04-2021, 01:18:00
#4
Misafir
Misafir adlı üyeden alıntı:
mesajı görüntüle
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteCond %{HTTP_HOST} !^.domain.com
RewriteRule (.*) https://domain.com/anasayfa$1 [R=301,L]
Yapmadan önce yedek al ama