htaccess

Hi,

As part of my dolphin setup I have some folders where people can download some premium products. Is it possible for me to include something in the folder like a htaccess file that stops people linking to these files from outside my site. Currently they are only available as links from in some of my premium forum posts.

But I'm sure it would be easy enough for someone to take a link and post it elsewhere allowing people to acsess those files for free.

Can I set up something so people have to have clicked on a link from within my own site to access the files, and if they click from elsewhere it forwards them to my joining page.

Cheers

Max

Quote · 20 Jul 2008

But what you mean - 'download some premium products' ?

are this is upload process where product phisically downloading or just any HTML code where possible have just a link for product ?

If you use upload method and give some path for this products (possible some download page with description) how you can have here just a link? :)

.. using .htaccess  yes - possible to check QUERY GET params and skip it .. like

RewriteCond %{QUERY_STRING} ^http   [OR]
RewriteCond %{QUERY_STRING} ^.+www\.  [OR]
RewriteCond %{QUERY_STRING} ^.+https  [OR]
RewriteCond %{QUERY_STRING} ^.+ftp
RewriteRule .* - [L,F]

but .. it it good? ..

just choose

Quote · 21 Jul 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.