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

[eluser]ekeretex[/eluser]
Does the url work with the index.php in it?
Remove the if condition and see if that works. It think the loaded module for my setup is mod_rewrite.so. Not sure if that's the same but I don't use the conditional with mine.
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
If that doesn't work comment out the RewriteBase line and try again.


Messages In This Thread
problem with removing index.php - by El Forum - 01-22-2008, 02:24 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:27 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:35 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:41 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:00 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:23 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:03 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:17 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:22 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:37 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:50 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 06:20 AM
problem with removing index.php - by El Forum - 01-22-2008, 07:57 PM
problem with removing index.php - by El Forum - 01-25-2008, 02:54 AM
problem with removing index.php - by El Forum - 01-25-2008, 08:36 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:28 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:54 AM
problem with removing index.php - by El Forum - 02-01-2008, 06:41 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:26 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:36 AM
problem with removing index.php - by El Forum - 04-14-2008, 03:06 PM
problem with removing index.php - by El Forum - 02-13-2009, 11:33 AM
problem with removing index.php - by El Forum - 07-15-2009, 12:29 AM
problem with removing index.php - by El Forum - 07-15-2009, 08:45 AM
problem with removing index.php - by El Forum - 12-21-2010, 05:09 AM
problem with removing index.php - by El Forum - 02-03-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB