Asking for your help:
I want to write a htaccess rewrite rule that will redirect all urls :
accounts.mysubdomain.com/TB/.... -->
accounts.mysubdomain.com/....
can you please help me out?
TIA
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.
Create a .htaccess file in /TB/ directory to redirect to any directory (you can have absolute or relative paths instead of my_dir)
If you are redirecting everything in the accounts.mysubdomain.com/TB/ to accounts.mysubdomain.com then use the following rule: