I am finishing up the move and want to redirect all incoming links (which use the exact same structure) from the toolserver to labs. Ive tried several things from IRC, but am getting nowhere. does anyone have an existing .htaccess that does this?
Thanks
I tried all tricks I know and they did not work. Then I tried to do some simple rewrite just within single directory and it did not work as well. So I assume mod_rewrite is not turned on. (Assuming on missing rewrite.script that Zeus has been turned down.)
Kind regards
Danny B.
---------- Původní zpráva ---------- Od: John phoenixoverride@gmail.com Datum: 23. 12. 2013 Předmět: [Toolserver-l] labs migration and htaccess
" I am finishing up the move and want to redirect all incoming links (which use the exact same structure) from the toolserver to labs. Ive tried several things from IRC, but am getting nowhere. does anyone have an existing . htaccess that does this?
Thanks
_______________________________________________ Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_ list_etiquette" ""
(anonymous) wrote:
I am finishing up the move and want to redirect all incoming links (which use the exact same structure) from the toolserver to labs. Ive tried several things from IRC, but am getting nowhere. does anyone have an existing .htaccess that does this?
If you migrated your whole ~/public_html:
| Redirect /~timl/ http://tools.wmflabs.org/$YOUR_TOOL/
If you just want to pick individual subdirectories:
| Redirect /~timl/wikilint/ http://tools.wmflabs.org/wikilint/
Tim
Thanks worked like a charm
On Mon, Dec 23, 2013 at 6:55 PM, Tim Landscheidt tim@tim-landscheidt.dewrote:
(anonymous) wrote:
I am finishing up the move and want to redirect all incoming links (which use the exact same structure) from the toolserver to labs. Ive tried several things from IRC, but am getting nowhere. does anyone have an existing .htaccess that does this?
If you migrated your whole ~/public_html:
| Redirect /~timl/ http://tools.wmflabs.org/$YOUR_TOOL/
If you just want to pick individual subdirectories:
| Redirect /~timl/wikilint/ http://tools.wmflabs.org/wikilint/
Tim
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
toolserver-l@lists.wikimedia.org