Talk:Mediawiki/FAQ frameserving
From Avisynth wiki
please delete this page
I was trying to support old links such as this:
http://avisynth.org/mediawiki/FAQ_frameserving
...which I encountered here:
http://forum.doom9.org/showpost.php?p=1360122&postcount=6
Sadly it does not work. To support old links like this would require a web-server level redirect in your web root .htaccess
file - something like:
RedirectMatch permanent '/mediawiki/' http://avisynth.nl/index.php/
I believe this would fix all old links like the one above - or at least do no harm. I have done similar redirects for another site, required by a complete site reorganization while not breaking old URLs, and it worked very well.
Your web host may prefer you add redirects through the admin control panel, rather than edit .htaccess
directly. Either way is good.
Raffriff42 04:38, 5 October 2014 (CEST)