On Thu, 2009-06-18 at 12:43 +0200, Malte S. Stretz wrote:
> Hi,
> 
> On Wednesday 17 June 2009 20:06:29 Gregers Petersen wrote:
> > After long and hard gestation the new OpenWrt community wiki is now
> > ready and open for action :-)
> 
> Thanks for the work on the shiny new wiki :)
> 
> > The OpenWrt developer team is looking for a few individuals who would be
> > willing to help with moderation of the new wiki content and structure.
> > Individuals interested in this should contact me ;-)
> 
> For now, just my old bugging to keep the old links working.  My suggestion:  
> Put the attached PHP script on oldwiki.openwrt.org and add a config line like
>   rewrite ^/([A-Z].*)$ /oldwiki.php$1

done in nginx with the following rule:
rewrite ^/([A-Z].*) /oldwiki/$1 redirect;

should work, please report if problems occur.

thx :)
kloschi

-- 
"I love deadlines. 
I especially like the whooshing sound they make as they fly by." 
                                                        — Douglas Adams

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to