www urlyi wwwsuz yönlendirme
Dec 1, 2020
RewriteEngine on
ErrorDocument 404 https://gimapp.com/error-404.html
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://gimapp.com/$1 [R,L]
RewriteCond %{HTTP_HOST} ^www.gimapp.com [NC]
RewriteRule ^(.*)$ http://gimapp.com/$1 [L,R=301]