Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在编辑的网站既有/Drug-ChargesDrug-Charges.html 也有。
/Drug-Charges
我如何重定向一个,而不是另一个?我所做的一切似乎都会影响两者。
尝试使用美元符号:
RewriteRule ^/Drug-Charges$ /something-else
符号表示这^是字符串的开头,而是字符串$结尾的标记。
^
$