forward http TO Https

Edit to add the following to your htaccess file found in root folder.

RewriteCond %{HTTP_HOST} ^www\.printingready\.com$
RewriteRule ^(.*)$ http://printingready.com/$1 [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.printingready\.com
RewriteRule (.*) http://www.printingready.com/$1 [R=301,L]

  • http, https, foward, secure
  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Increase your php limits

If you get a error php on your screen while working on your website change the following limit by...