<?php
// HTTP
define('HTTP_SERVER', 'http://www.heyecanverici.com/admin/');
define('HTTP_CATALOG', 'http://www.heyecanverici.com/');
define('HTTP_IMAGE', 'http://www.heyecanverici.com/image/');
// HTTPS
define('HTTPS_SERVER', 'https://www.heyecanverici.com/admin/')...