Answer the question
In order to leave comments, you need to log in
How to rewrite via mod_rewrite?
How to rewrite all urls of the form:
sevstud.ru/index.php?option=chtoto
into this:
sevstud.ru/chat
Will this affect search engines?
Answer the question
In order to leave comments, you need to log in
RewriteCond %{QUERY_STRING} ^option=(.*)$
RewriteRule ^index.php$ /%1? [L,R=301]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question