Talk:Mediawiki/FAQ frameserving
From Avisynth wiki
(Difference between revisions)
(→Try cannabis products!: new section) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
Your web host may prefer you add redirects through the admin control panel, rather than edit <code>.htaccess</code> directly. Either way is good.<br> | Your web host may prefer you add redirects through the admin control panel, rather than edit <code>.htaccess</code> directly. Either way is good.<br> | ||
[[User:Raffriff42|Raffriff42]] 04:38, 5 October 2014 (CEST) | [[User:Raffriff42|Raffriff42]] 04:38, 5 October 2014 (CEST) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
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)