http://localhost/index/index looks for index.html |
[eluser]Unknown[/eluser]
Hi, I get the following error: The requested URL /index.html/index was not found on this server. I have already set apache to look for index.php and simply entering http://localhost gets me to the correct page. However, any links followed to the index controller seems to interpret /index as /index.html Any ideas?
[eluser]WanWizard[/eluser]
Check your ./application/config/config.php. What is defined for 'index_page'?
[eluser]Unknown[/eluser]
it is empty, I have the following in a .htaccess file in the root: RewriteEngine on RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 [L] |
Welcome Guest, Not a member yet? Register Sign In |