I want to be able to create the url: http://example.com/+/user
Is it possible using .htacess rewrite.
I have searched the web and have come across nothing relevant to what I want.
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.
You have to use really simple RewriteRule…
Or if you want to “catch” username from address, you have to use something like this
With whatever rewrite_mod options you need.