RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.test\.com$ [NC]
RewriteCond %{REQUEST_URI} ^/test/a
RewriteCond %{HTTP_REFERER} !^https://www.test.com/test/b [NC]
RewriteCond %{HTTP_REFERER} !^https://www.ule.com/test/c [NC]
RewriteRule ^(.*)$ - [F]
RewriteCond %{HTTP_HOST} ^www\.test\.com$ [NC]
RewriteCond %{REQUEST_URI} ^/test/a
RewriteCond %{HTTP_REFERER} !^https://www.test.com/test/b [NC]
RewriteCond %{HTTP_REFERER} !^https://www.ule.com/test/c [NC]
RewriteRule ^(.*)$ - [F]