Welcome Guest, Not a member yet? Register   Sign In
how to remove index.php?
#2

[eluser]InsiteFX[/eluser]
.application/config/config.php
Code:
$config['index_page'] = '';

.htaccess - may or may not work depending on your environment!
Code:
php_value default_charset utf-8

Options FollowSymLinks
DirectoryIndex index.php

RewriteEngine On
RewriteBase /

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


Messages In This Thread
how to remove index.php? - by El Forum - 05-21-2012, 07:30 AM
how to remove index.php? - by El Forum - 05-21-2012, 07:37 AM
how to remove index.php? - by El Forum - 05-21-2012, 08:43 AM
how to remove index.php? - by El Forum - 05-21-2012, 10:49 AM
how to remove index.php? - by El Forum - 06-13-2012, 06:35 AM
how to remove index.php? - by El Forum - 06-15-2012, 12:28 AM
how to remove index.php? - by El Forum - 06-15-2012, 01:15 AM
how to remove index.php? - by El Forum - 06-15-2012, 01:27 AM
how to remove index.php? - by El Forum - 06-15-2012, 01:44 AM
how to remove index.php? - by El Forum - 06-16-2012, 11:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB