.htaccess SetEnvIfNoCase Help

#1
Hello,

I used to use the following in my .htaccess file in Apache. How would I go about writing it so it works with LiteSpeed?

Code:
SetEnvIfNoCase Referer hl2://xx\.xx\.xx\.xx allow_download
    Order Deny,Allow
    Allow from env=allow_download
    Deny from all
Thank you for your time!
 

felosi

Well-Known Member
#3
This is one of my customers here. Ive tried to find a substitute using rewrite rules to no avail. Would anyone happen to know the correct rewrite rule conversion for this?
 
Top