If possible how do I do this in mod_rewrite…
http://site.com/var=123
to
http://site.com/page.php?x=123
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try putting this in the .htaccess file in your document root
If you want query strings to get passed along, add a
QSAto the brackets (so it looks like[L,QSA]. That’ll make is to requests for http://site.com/var=123?something=else will get rewritten to /page.php?x=123&something=else