Jump to content

Recommended Posts

Posted

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

 

 

Regards

Posted
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.
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...