Welcome Guest, Not a member yet? Register   Sign In
Removing index.php from the URL's
#4

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

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


Messages In This Thread
Removing index.php from the URL's - by harry_ord - 09-05-2016, 03:42 PM
RE: Removing index.php from the URL's - by dimawebmaker - 09-08-2016, 06:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB