Is it possible to remove the index.php which appears in all URLs if IIS is used? I don't know why it is necessary to have it in the URL, but having index.php before directory names in the URL makes people think that something is wrong with the website...
I saw that it is possible to remove it by using mod_rewrite and some coding in the config.php if Apache is used, see:
- Code: Select all
http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=741&st=0&sk=t&sd=a&hilit=mod_rewrite
Is there a similar way for the IIS as well?
Regards,
Jason
