I’m trying to remove “index.php” from my URLs as described in http://ellislab.com/expressionengine/user-guide/general/remove_index.php.html and am encountering a small hiccup: instead of getting something like:
http://www.example.com/posts/...
I’m getting this instead:
http://www.example.com/?/posts/... (note extra “/?/”)
Other than the URLs looking weird, everything seems to actually work fine. As far as I can tell, I’ve followed the instructions to the letter. If it matters, I’m using EE on GoDaddy shared hosting and have set “Force URL query strings” to “On.”
Has anyone seen this before? Am I missing something? Thanks!
Aaron