What I need to add in .htaccess file? Thanks a lot for fast answer!
Miles New member May 9, 2019 #2 Hi! It's easy. If you have existing code in your .htaccess, add the following: Code: Код: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
Hi! It's easy. If you have existing code in your .htaccess, add the following: Code: Код: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]