Welcome Guest, Not a member yet? Register   Sign In
remove index.php from url
#5

As i mentioned above i have tried this already but this is not working for me.


.htaccess file ::

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


config file ::
$config['index_page'] = 'index.php';
$config['uri_protocol'] = 'REQUEST_URI';
Reply


Messages In This Thread
remove index.php from url - by jyoti sudyal - 03-05-2018, 04:59 AM
RE: remove index.php from url - by my_RZ - 03-05-2018, 05:15 AM
RE: remove index.php from url - by jyoti sudyal - 03-05-2018, 05:32 AM
RE: remove index.php from url - by ciadmin - 03-05-2018, 06:59 AM
RE: remove index.php from url - by jyoti sudyal - 03-05-2018, 10:36 PM
RE: remove index.php from url - by Muthusamy - 03-05-2018, 11:06 PM
RE: remove index.php from url - by jyoti sudyal - 03-06-2018, 06:28 AM
RE: remove index.php from url - by isoftzone - 01-07-2021, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB