我正在嘗試將我的博客文章重定向到特定的URLhttps://example.com/detailblog.php?my-title&s=9到https://example.com/my-title/9RewriteEngine onRewriteRule ^/blog/([0-9]+)\.php /blog/detailblog/.php?s=$1RewriteEngine onRewriteRule ^/blog/([0-9]+)\.php /blog/detailblog/.php?s=$1它不起作用。
- 1 回答
- 0 關注
- 162 瀏覽
添加回答
舉報
0/150
提交
取消