|
@@ -21,5 +21,5 @@
|
|
# For example myfirstowndomainname.com should be entered as myfirstowndomainname\.com
|
|
# For example myfirstowndomainname.com should be entered as myfirstowndomainname\.com
|
|
# and my-second-owndomainname.com should be entered as my\-second\-owndomainname\.com
|
|
# and my-second-owndomainname.com should be entered as my\-second\-owndomainname\.com
|
|
|
|
|
|
-SetEnvIfNoCase Referer "~*yourdomain\.com" good_ref
|
|
|
|
-SetEnvIfNoCase Referer "~*your\-domain\.com" good_ref
|
|
|
|
|
|
+SetEnvIfNoCase Referer ~*yourdomain\.com good_ref
|
|
|
|
+SetEnvIfNoCase Referer ~*your\-domain\.com good_ref
|