I am trying to configure short URLS on mediawiki with IIS to no avail. Im pretty confused, maybe someone can assist me?
Regards
I am trying to configure short URLS on mediawiki with IIS to no avail. Im pretty confused, maybe someone can assist me?
Regards

Take a look at an addon called ISAPI_REWRITE, its free for a single site but it does not fully support the same htaccess rules but a few searches should find the modifications needed.
Thats something I tried but cannot get it to function for mediawiki (works on wordpress) maybe im using the wrong redirect code (same as the old apache one)?
Code:RewriteRule ^index/(.*)$ /wiki/index.php?title=$1 [PT,L,QSA] RewriteRule ^index/*$ /wiki/index.php [L,QSA] RewriteRule ^/*$ /wiki/index.php [L,QSA
Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)