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

[eluser]tj[/eluser]
Hai guys I do know that you guys hate to see this topic.I tried to search from old post but didnt find any

So whats my pblm is

in localhost i tried to remove index.php but its not working
BUT it works fine in server

In my config file

Code:
$config['base_url']    = "http://localhost/itech/projectmanagement/";

$config['index_page'] = "";

My .htaccess

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

can any one help

i am using Apache 2.0 in ubuntu .
tnx in advance


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