Jonesey Posted August 24, 2009 Posted August 24, 2009 I am trying to configure short URLS on mediawiki with IIS to no avail. Im pretty confused, maybe someone can assist me? Regards
ZeroHour Posted August 24, 2009 Posted August 24, 2009 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.
Jonesey Posted August 24, 2009 Author Posted August 24, 2009 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)? RewriteRule ^index/(.*)$ /wiki/index.php?title=$1 [PT,L,QSA] RewriteRule ^index/*$ /wiki/index.php [L,QSA] RewriteRule ^/*$ /wiki/index.php [L,QSA Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now