Welcome Guest, Not a member yet? Register   Sign In
Still with index.php problem
#1

[eluser]onecode[/eluser]
Before i'm talking about my problem here, i'm sorry for this topic, i know there are many thread about this topic --> "how to delete index.php from CI url" ....But i have been working with all tips, including with my htaccess code:

Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

and i still have a problem with index.php, and this means all request cannot work if without index.php. I have a controller class "register" and im also add some url suffix with ".html" so all request url will be "http://localhost/ci/index.php/register.html" <-- a strange url huh? :down: ..This url is working well, but if i try to delete index.php, then i've got some error message.

I'm also done with config.php, with means i have change line 26 for $config['index_page'] with an empty string. But it still cannot work.

Please try help me, i have read many thread in this forum but nothing find some helpfull information for me Sick


Messages In This Thread
Still with index.php problem - by El Forum - 01-27-2009, 10:10 AM
Still with index.php problem - by El Forum - 01-27-2009, 01:35 PM
Still with index.php problem - by El Forum - 01-27-2009, 02:59 PM
Still with index.php problem - by El Forum - 01-28-2009, 10:17 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:40 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:41 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:54 AM
Still with index.php problem - by El Forum - 01-28-2009, 10:58 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:11 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:28 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:34 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:45 AM
Still with index.php problem - by El Forum - 01-28-2009, 11:46 AM
Still with index.php problem - by El Forum - 01-28-2009, 12:00 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:05 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:13 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:29 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:30 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:33 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:35 PM
Still with index.php problem - by El Forum - 01-28-2009, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB