21,891
社区成员
发帖
与我相关
我的任务
分享
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule ^submit.html$ submit.php
RewriteRule ^submit_pad.html$ submit_pad.php
RewriteRule ^search.html$ search.php
RewriteRule ^index.html$ index.php
RewriteRule ^search-([\w]+)\.html$ search.php?keyword=$1
RewriteRule ^search-([\w]+)_([\d]+)\.html$ search.php?keyword=$1&page=$2
RewriteRule ^([\w\d-]+)-category\.html$ category.php?alias=$1
RewriteRule ^([\w\d-]+)-category_([\d]+)\.html$ category.php?alias=$1&page=$2
RewriteRule ^([\w\d-]+)/([\w\d-]+)\.html$ pad.php?alias=$2