How to make a redirect from pages /name/detail.php-ID=1234 to /name/detail.php?ID=1234 ?
/name/detail.php-ID=1234
/name/detail.php?ID=1234
RewriteRule /name/detail.php-ID=(\d+) /name/detail.php?ID=$1
So ?
Source: https://ru.stackoverflow.com/questions/83348/More articles:Syntax error: “Record, object or class type required on ...”Drop end links.PHP interpreter loadDifference of RTTI from dynamic bindingSQL query: problem with writing to the second tableEncryption using the Vigenere tableArray rotationJQuery UI tabs: problems with display on mobile devicesjQuery live ckechbox checkedAutomatic tabs in NotePad ++All Articles