Redirect htacess Code

Redirect htacess Code

  • جمعه, 7th سپتامبر, 2018
  • 07:12صبح

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

« برگشت