Welcome Guest, Not a member yet? Register   Sign In
Problem with remove index.php
#1

[eluser]ivelin[/eluser]
I want remove index.php???? .htaccess->
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /ci/index.php/$1 [L]
but I can not do it! Му ОS is Ubuntu 10.04.... help
#2

[eluser]freeman[/eluser]
Have you tried..

Code:
$config['index_page'] = '';

application/config/config.php




Theme © iAndrew 2016 - Forum software by © MyBB