Welcome Guest, Not a member yet? Register   Sign In
Forcing index.php (WAS: Issues Removing index.php)
#4

[eluser]bastones[/eluser]
Yeah, I had a similar problem with htaccess and index.php, I simply set URI_PROTOCOL to REQUEST_URI and added the following htaccess and it all worked:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

Try the preceding line of code with and without REQUEST_URI, and see if it works. Sorry if you have already done this but it did fix my problem Smile. I put the .htaccess in the root (public_html) directory Smile.


Messages In This Thread
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 12:58 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:18 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:56 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 02:06 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 03:00 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 03:48 AM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:03 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 01:44 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 05:54 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 07:35 PM
Forcing index.php (WAS: Issues Removing index.php) - by El Forum - 11-09-2008, 11:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB