Web Server/Apache/Nginx & 技术 24 Nov 2008 04:39 pm

UCenter Home 1.5 Nginx rewrite

UCenter Home 1.5 Nginx rewrite
http://www.discuz.net/forum-149-1.html

 

 rewrite ^/(space|network)-(.+)\.html$ /$1.php?rewrite=$2 last;
  rewrite ^/(space|network)\.html$ /$1.php last;
  rewrite ^/([0-9]+)$ /space.php?uid=$1 last;

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply