htaccess rewrite based on IP or domain – CPanel
I'm using Codeigniter, now the rewrite is working fine for accessing using domain name, here is the default Codeigniter htaccess: RewriteRule ^(.*)$ index.php?/$1 [L] But I want to make it able to access using IP address as well and I…