Forum Moderators: phranque
old .htaccess file
SetEnvIfNoCase Referer ^hl2://66\.***\.188\.42 allow_download
Order Deny,Allow
Allow from env=allow_download
Deny from all
new .htaccess file
SetEnvIfNoCase Referer ^hl2://66\.***\.188\.42 allow_download
Order Deny,Allow
Allow from env=allow_download
Deny from all
Checkspelling on
will that work if i just add checkspelling below everything?
[edited by: jdMorgan at 5:54 am (utc) on June 13, 2005]
[edit reason] Obscured specific IP address. [/edit]
Therefore, you could add CheckSpelling on (mod_speling) either before or after your mod_setenvif and mod_access code, and it would make no difference.
Jim