标签: wordpress .htaccess mod-rewrite
我有一个正常运行的htaccess重写规则:
RewriteRule ^property/([0-9]+)/?$ /property/?prop=$1 [L]
我正在尝试更改此规则以允许字母数字和短划线但是一旦我更改该位,我就会收到500内部服务器错误。假设它可能与wordpress规则发生冲突?
http://sample.com/property/test-here
应该去
http://sample.com/property/?prop=test-here