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 Users Found This Useful
Was this answer helpful?

Related Articles

Increase your php limits

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