I'm working on a mobile version of my website, which is a separate virtual host on the same server as the main/desktop site.
These two sites have the same file structure and will share some assets, such as images and include files. For these, I've created symbolic links within the mobile site that link to the desktop site.
I know I can do the same for .htaccess files, but is there a RewriteRule or other directive that would point all requests for .htaccess files on the mobile site to the ones on the desktop site?