mewgood
July 28th, 2002, 00:45
Does anyone know what to add to this script so that when you right click the link from the oringinal website and it will let you download?
----------------------------------------
ErrorDocument 404 /404.shtml
ErrorDocument 403 /403.shtml
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://wcgalaxy.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wcgalaxy.com/ [NC]
RewriteRule [^/]+.(gif|jpg|zip|exe)$ - [F]
-----------------------------------------
Right now when you right click on the dowload link, it won't let you download. How can I change this?
http://www.wcgalaxy.com/maps.shtml
try right click and save target as on "Shadows of Evil"
Thanks.
----------------------------------------
ErrorDocument 404 /404.shtml
ErrorDocument 403 /403.shtml
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://wcgalaxy.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wcgalaxy.com/ [NC]
RewriteRule [^/]+.(gif|jpg|zip|exe)$ - [F]
-----------------------------------------
Right now when you right click on the dowload link, it won't let you download. How can I change this?
http://www.wcgalaxy.com/maps.shtml
try right click and save target as on "Shadows of Evil"
Thanks.