https://bugzilla.wikimedia.org/show_bug.cgi?id=36884
Thehelpfulone <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |shell Priority|Unprioritized |Normal CC| |[email protected] --- Comment #1 from Thehelpfulone <[email protected]> 2012-05-16 10:52:04 UTC --- This will need some apache config added to wikimedia.conf, using something similar to jobs.wikimedia.org should do - https://noc.wikimedia.org/conf/wikimedia.conf # job.w.o # # <VirtualHost *> ServerName jobs.wikimedia.org RewriteEngine On RewriteRule ^/$ http://wikimediafoundation.org/wiki/Work_with_us RewriteRule ^/(.*)$ http://wikimediafoundation.org/wiki/Job_openings/$1 </VirtualHost> from this, add # labs redirect # # <VirtualHost *> ServerName labs.wikimedia.org RewriteEngine On RewriteRule ^/$ http://labsconsole.wikimedia.org/wiki/Main_Page RewriteRule ^/(.*)$ http://labsconsole.wikimedia.org/wiki/$1 </VirtualHost> Not sure how best to make this https:// though, as going to https://jobs.wikimedia.org gives me an security error and then if I bypass that it will take me to the http:// version of wikimediafoundation.org -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
