How to rewrite with .htaccess
问题 I'm pretty new to .htaccess and have a question.. How would I rewrite http://example.com/forums/view.php?v=Topic%20Name&a=64 to http://example.com/forums/view/Topic-Name/64 ? as stated above, I'm new to this.. Also, how would I replace - with while keeping normal dashes? Example: Hi There-Bye! would then convert into Hi-There-Bye! Which would then convert back to Hi There-Bye! with php and .htaccess ? 回答1: The first question is pretty basic. You need an external redirect from the 'ugly' (but