Forum Moderators: phranque
Below is a very crude site layout. If more information is needed please let me know.
Landing Page
- Subsite1
- assets / etc
- Subsite2
- assets/ etc
I was trying stuff like this:
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteBase /
#RewriteCond %{HTTP_REFERER} ^http://sub.mydomain.com/subsite1/
#RewriteCond %{REQUEST_URI} ^/assets
#RewriteRule ^(.*)$ /subsite1%{REQUEST_URI}?filePath=$1 [R=301]
#RewriteRule ^(.*)$ /subsite1/$1?filePath=$1 [R=301]
but unless I put this in the root level assets folder I didn't have much luck - which made me realize that it was not hitting the htaccess the page lived in - but the one that the file being requested lived in.