Welcome Guest, Not a member yet? Register   Sign In
Beginner: Getting "index.php' to go away
#2

[eluser]jairoh_[/eluser]
add an .htaccess file with this content.
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
the .htaccess file must be in the base folder, i mean along w/ the application, systems folders and etc. and empty the $config [ 'index_page' ] = '';


hope this help sir


Messages In This Thread
Beginner: Getting "index.php' to go away - by El Forum - 08-02-2013, 03:43 PM
Beginner: Getting "index.php' to go away - by El Forum - 08-02-2013, 06:31 PM
Beginner: Getting "index.php' to go away - by El Forum - 08-02-2013, 08:58 PM
Beginner: Getting "index.php' to go away - by El Forum - 08-02-2013, 09:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB