Category Archives: Programming

Remove index.php from url of codeigniter site using htaccess


codeigniter-remove-index.php-htaccess

Usually when we run a CodeIgniter website, the url will have index.php after the hostname. To remove this we need to use mode_rewrite, htaccess. First just check your php info of your server whether you have loded mod_rewrite module. To check this create  ‘php-info.php’ file and put the following contents and run it. php-info.php <?php [...]

Find Real IP address and location details of visitor


Finding real IP address of a user is becoming highly important now-a-days, that too if the visitor is behind any firewall it’s getting as a tough task for the webmasters to trace the real ip address of the visitor. Mostly all the webmasters make use of Google Analytics to trace their visitors, where in the IP [...]