I am trying to clean up URLs for my website which uses a GET command to dynamically load a page:
domain.com/user/?name=david
How do I use .htaccess rules to remove the ?name=david so that the URL becomes:
domain.com/user/david
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.
It seems these .HTACCESS rules aren’t all supported by the Lightspeed web server I’m using. Although it’s based on APACHE, there are some differences it seems which prevent the rules from working – or at least that’s what I seem to be finding when I’m reading up on why these rules aren’t working.