Welcome Guest, Not a member yet? Register   Sign In
remove Index.php Not working in localhost
#5

[eluser]rogierb[/eluser]
RewriteBase /itech/projectmanagement/

Dont forget the slash.

Try this:
Code:
RewriteEngine On
RewriteBase /itech/projectmanagement/
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php/$1 [NC,L,QSA]  
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]


Messages In This Thread
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 12:38 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 12:59 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 01:08 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 01:28 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 01:47 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 01:49 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 06:16 AM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 09:13 PM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 10:10 PM
remove Index.php Not working in localhost - by El Forum - 01-28-2010, 10:18 PM
remove Index.php Not working in localhost - by El Forum - 01-29-2010, 01:28 AM
remove Index.php Not working in localhost - by El Forum - 01-26-2012, 11:22 PM
remove Index.php Not working in localhost - by El Forum - 01-26-2012, 11:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB