Welcome Guest, Not a member yet? Register   Sign In
index.php not lost
#1

Indonesian newbie please help me. index.php is not lost in the url, the code I typed in .htaccess as follows:
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Reply
#2

(This post was last modified: 01-09-2016, 08:50 AM by suhindra.)

http://www.codeigniter.com/user_guide/ge...x-php-file

Go to application/config/config.php

Find
PHP Code:
$config['index_page'] = 'index.php'

And replace
PHP Code:
$config['index_page'] = ''
Reply




Theme © iAndrew 2016 - Forum software by © MyBB