Hi lovely EE peeps!
Software:
EE 2.2.2
Calendar
Objective:
Remove index.php from MS iis server
Problem:
I am forcing query strings and leaving site’s index page blank index.php - which is resulting in:
website.com/?/about
This is okay but I’d prefer the question mark is removed.
I searched for documentation on iis and .htaccess files but am very new at iis stuff. Not even sure if it should be called a httpd.conf file or web.config file even! Right now, I’m not using any server rewriting.
___
Any advice or articles you can point me to? I’ve been on this for hours and am not finding anything.