I have an add on domain, domain2, on my regular hosting at domain1. At domain1, I made a sub directory, domain2.domain1.com. My addon domain, domain2, points to my subdomain. There is no problem when I am trying to access the website using the following URL, domain2.com or domain2.com/dir1/. However, whenever I enter the url, domain2.com/dir (without "/"), the url redirects to domain2.domain1.com/dir1/. How can I make it to work properly using .htaccess?
Thanks in advance.