任何人都知道如何重定向比例(%)中的Joomla博客文章鏈接斷裂部位
域/博客/ 208 - % - 的top.html
要:
domain/blog/208-top.html
in Joomla?
無以下作品:
RewriteRule ^blog/208-%-top.html$ 208-top.html [R=301,L]
RewriteRule ^blog/208-\%-top.html$ 208-top.html [R=301,L]
RewriteRule ^blog/208-.*-top.html$ 208-top.html [R=301,L]
它的工作原理,如果:網址有%20%25和htaccess的
RewriteRule ^blog/208-%20-top.html$ 208-top.html [R=301,L]
RewriteRule ^blog/208-%25-top.html$ 208-top.html [R=301,L]
下面有但問題是,博客文章只有%。有沒有解決這個問題的方法?