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

[eluser]tj[/eluser]
sorry guys still not working

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


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

AND ? also

is there any pbm with my htaccess


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