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

[eluser]onecode[/eluser]
PROBLEM SOLVED!! :coolsmile:

[quote author="onecode" date="1233094244"]

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

[/quote]

I try all method just to finish this work (but, of course i dont delete the actual file -->index.php :cheese: ), and now solved. I just change my htaccess code, with this one:

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

i just add my site root :lol: ...I try this way in localhost and 100% success, but i dont know if in shared hosting....i hope there are no trouble if in shared hosting or maybe any suggestion? :down:

Thank you very much everyone.... :coolsmile:


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