How to remove index.php from front end editing?
Permalink
How can you remove index.php from the url when editing the front end? Enabling pretty urls works for everything else but doesn't seem to remove index.php when front end editing.
Right now, the url looks like this:
And would like for it to look like this:
Right now, the url looks like this:
http://mysite.com/index.php?cID=1&ctask=....
And would like for it to look like this:
http://mysite.com/?cID=1&ctask=....