【问题标题】:How can I rewrite this URL using .htaccess?如何使用 .htaccess 重写此 URL?
【发布时间】:2016-10-19 16:24:07
【问题描述】:

【问题讨论】:

标签: .htaccess


【解决方案1】:

虽然此类问题之前已在本网站上回答过,但针对您的特定网址。

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([\w-]+)([\d]+)$ $1.php?id=$2 [QSA,L]

【讨论】:

    猜你喜欢
    • 2012-10-06
    • 1970-01-01
    • 2019-02-24
    • 1970-01-01
    • 2012-08-13
    • 2020-04-09
    • 2011-03-06
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多