Welcome Guest, Not a member yet? Register   Sign In
Remove the index.php htaccess
#1

[eluser]CodeIgniter Web[/eluser]
Hi friends,

My folder structure,

www
codeigiter
system
user_guide
js
css
index.php
admin.php
.htaccess

system/application/config/config.php

$config['index_page'] = "";
and
$config['uri_protocol'] = "REQUEST_URI";

MY .htaccess
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css)
RewriteRule ^(.*)$ /codeigniter/index.php/$1 [L]

But 500 Internal Server Error . Please guide me the remove of index.php


Messages In This Thread
Remove the index.php htaccess - by El Forum - 10-19-2010, 01:24 AM
Remove the index.php htaccess - by El Forum - 10-26-2010, 09:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB