Welcome Guest, Not a member yet? Register   Sign In
http://localhost/index/index looks for index.html
#1

[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?
#2

[eluser]WanWizard[/eluser]
Check your ./application/config/config.php. What is defined for 'index_page'?
#3

[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]




Theme © iAndrew 2016 - Forum software by © MyBB