Welcome Guest, Not a member yet? Register   Sign In
Error Removing index.php from url (Need Help URGENT Please)
#14

[eluser]GK[/eluser]
Hi All,
to elaborate more,
hostelsearch.in/index is routing to hostelsearch.in/index.php/HostelSearch
hostelsearch.in/about is routing to hostelsearch.in/index.php/HostelSearch/about

BUT,
hostelsearch.in is NOT routing to hostelsearch.in/index.php/HostelSearch
and returning a 404.

My .htaccess:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/HostelSearch/$1 [L]

routes.php:
$route['default_controller'] = 'HostelSearch';

config.php:
$config['index_page'] = "index.php";
$config['uri_protocol'] = "AUTO";



Any solutions??

Thanks


Messages In This Thread
Error Removing index.php from url (Need Help URGENT Please) - by El Forum - 07-01-2010, 08:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB