supesite 7.0配置伪静态 rewrite用的 .htaccess文件
- RewriteEngine On
- RewriteRule ^([0-9]+)/spacelist(.+)$ index.php?uid/$1/action/spacelist/type$2 [L]
- RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L]
- RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L]
- RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L]
- RewriteRule ^([0-9]+)$ index.php?uid/$1 [L]
- RewriteRule ^action(.+)$ index.php?action$1 [L]
- RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L]
- RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L]
- RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L]
- RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]
- #RewriteRule ^index\.html$ index.php [L]
