config.php edit to redirect domain

Used to ensure your domain loads https:// instead of http://

<!-- config.php -->
config.php ( If you want to use yoursite with "www" )
define('HTTP_SERVER', 'https://www.printingready.com/');
define('HTTPS_SERVER', 'https://www.printingready.com/');
If you want to use yoursite without "www"
config.php
<?php
// HTTP
define('HTTP_SERVER', 'https://printingready.com/');

// HTTPS
define('HTTPS_SERVER', 'https://printingready.com/');

  • config, php, redirect
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

adding web link to image

You can copy this piece of html code and paste to your product description (code view) edit with...

Digital Downloads

Edit and paste in to your products offering downloads. <div...

Redirect page to another page automatically

Copy/paste to a blank html page and edit html code to point to specified location onload...