Articles

 How to Allow One IP for your website

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

 Redirecting HTTP to HTTPS Using CodeIgniter

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

 SSL Working Problem

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

 Wordpress xmlrpc.php configure on .htaccess

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

 htaccess configure for ssl

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