assume that I've two domains:
example.com and example2.com
And i've two directory DIR_1 & DIR_2 inside the public_html folder.
Now how can I set these two directory as ROOT(an iffective .htaccess file) directory for the two domains respectively?
(More frankly,
so that "example.com/index.php" points to "public_html/DIR_1/index.php"
and "example2.com/index.php" points to "public_html/DIR_2/index.php" )
Please someone help me..:-)
Thanks in advance..:-)