Sorry if this is in the wrong section (PHP), but wasn't sure where to put htaccess issues....
Here's the deal - I have two domains, let's say domain1.com and domain2.com. On my web server, I have domain1 set up as the primary domain (/public_html/), and domain2 is an addon domain (/public_html/domain2.com/).
What I'd like to accomplish through .htaccess is to access my files from domain1 through domain2, which is shorter - so for example, if under domain1 I have a /admin/ folder (accessed through domain1.com/admin/), I'd like to also be able to access it through domain2.com/admin/. Would this be possible (without redirecting one entire site to the other, since they serve different purposes) through .htaccess?