02-15-2011, 06:52 AM
[eluser]Unknown[/eluser]
Hi guys,
I made a website working on my local server (WAMP Server).
When I put it into a web host, I got a strange error.
This works:
http://www.website.com/dir/project/html/
http://www.website.com/dir/project/html/index.php
Not works:
http://www.website.com/dir/project/html/index.php/
http://www.website.com/dir/project/html/index.php/site
http://www.website.com/dir/project/html/...site/index
They don't even are recognized as classes by CI, the server(not CI) just gives a "Error 404 - page not found"
my base_url is "http://www.website.com/dir/project/html/"
Which are the possibles options for this be happening?
I'm using CI 2.0.0
localhost: Windows 7
webhost: Linux, probably.
Hi guys,
I made a website working on my local server (WAMP Server).
When I put it into a web host, I got a strange error.
This works:
http://www.website.com/dir/project/html/
http://www.website.com/dir/project/html/index.php
Not works:
http://www.website.com/dir/project/html/index.php/
http://www.website.com/dir/project/html/index.php/site
http://www.website.com/dir/project/html/...site/index
They don't even are recognized as classes by CI, the server(not CI) just gives a "Error 404 - page not found"
my base_url is "http://www.website.com/dir/project/html/"
Which are the possibles options for this be happening?
I'm using CI 2.0.0
localhost: Windows 7
webhost: Linux, probably.