In my development server the, the referrer name will look like dev.host.in and the ip will look like 123.456.456.111/dev/
I am using codeigniter framework. I have already set the .htaccess file to remove the index.php. When I'm accessing site through dev.host.in/testproject/ its working fine. But when I'm accessing it with 123.456.456.111/dev/testproject/ it doesn't display the page.
But when I access 123.456.456.111/dev/testproject/index.php I am getting the site.
How to resolve this issue?