Welcome Guest, Not a member yet? Register   Sign In
Trying to get rid of index.php from address on my ubuntu system
#3

(This post was last modified: 02-28-2017, 03:59 PM by skunkbad.)

Should be like this:


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

And make sure your apache config has AllowOverride all

Locally, you'll want to use an .htaccess with something like this:


Code:
RewriteRule .* index.php/$0 [PT,L]
Reply


Messages In This Thread
RE: Trying to get rid of index.php from address on my ubuntu system - by skunkbad - 02-28-2017, 03:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB