Talk:Mediawiki/FAQ frameserving

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(experiment failed and propose alternate redirect)
 
 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 +
[[Category:Talk]]
 
==== please delete this page ====
 
==== please delete this page ====
 
I was trying to support old links such as this:<br>
 
I was trying to support old links such as this:<br>

Latest revision as of 23:02, 10 August 2024

[edit] 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)

Personal tools