2014-01-29 75 views

回答

0

您可以使用一個3-1的規則是這樣的:

RewriteEngine On 
RewriteBase /test/ 

RewriteRule ^[0-9]+-(.+?)/?$ $1 [L,R=301] 

# rest of rules 
+0

感謝您迴應..但它不起作用 – Vinie

+0

哪個網址無效? – anubhava

+0

我測試本地服務器上的代碼,我這樣寫如下: - ! RewriteEngine敘述在 RewriteBase /測試/ 的RewriteCond%{} REQUEST_FILENAME -f 的RewriteCond%{} REQUEST_FILENAME -f .PHP重寫規則 ^(*。 )$ $ 1.php [NC,L] RewriteCond%{THE_REQUEST}^[AZ] {3,} \ s([^。] +)\。php [\ s?] [NC] RewriteRule ^%1 [R = 301,L] RedirectMatch 301 ^/[0-9] + - (test)/?$/$ 1 – Vinie