Redirecting HTTP to HTTPS Using CodeIgniter

 

Change in config.php file:
$config['uri_protocol'] = 'PATH_INFO';

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

How to Allow One IP for your website

  put the below text on .htaccessorder deny,allowdeny from allallow from <your ip>...

SSL Working Problem

  Are you pulling your hair out trying to find out why your secure page is not fully secure?...

htaccess configure for ssl

  RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$...

Wordpress xmlrpc.php configure on .htaccess

Block WordPress xmlrpc.php requests <Files xmlrpc.php> order deny,allow deny from all...