Welcome Guest, Not a member yet? Register   Sign In
How i can remove the index.php from the url
#3

[eluser]Unknown[/eluser]
I have appache 2.2 and wamp 2.0 and mod_rewrite is enabled on my server but i still facing this problem
the roots is
wamp/www/CI/
CI contains
application/
system/
index.php
.htaccess

.htaccess contains the following
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ /index.php/$1 [L]

and i try to put $config['index_page'] = '';
and iam still facing a problem


Messages In This Thread
How i can remove the index.php from the url - by El Forum - 09-15-2012, 09:44 AM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 11:01 AM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 12:48 PM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 04:30 PM
How i can remove the index.php from the url - by El Forum - 09-15-2012, 04:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB