Re: would this be an SBS question- or ask a frontpage group..
- From: v-yanniw@xxxxxxxxxxxxxxxxxxxx ("Jenny wu [MSFT]")
- Date: Tue, 22 Nov 2005 07:35:47 GMT
Hi,
Thanks for posting here!
To meet your needs to forbid other web site or users to use picture on your
site by click a link, you need coding program to control it. The most
effective method is that using Reference function.
You can refer to the following code segment:
<%@ LANGUAGE = VBScript %>
<% Option Explicit %>
<%
Dim strReferer
strReferer = Request.ServerVariables ("HTTP_REFERER")
If (Right(strReferer, 9) <> "index.htm") and _
(Right(strReferer, 8) <> "menu.htm") then
Response.Redirect("index.htm")
Else
%>
<html>
...tutto il contenuto della pagina...
</html>
<% End If %>
However, please note that script it not supported in the newsgroups. If you
have any further questions for the issue, please post to our MSDN
newsgroups. I have provided the link below:
http://msdn.microsoft.com/newsgroups/default.asp
The reason why we recommend posting appropriately is you will get the most
dedicated pool of respondents, and other partners who the newsgroups
regularly can either share their knowledge or learn from your interaction
with us. Also, this is to make sure that the responders can better track
the problem Thank you for your understanding.
And also you can use some tool to implement it, such as Instant Source.
I am happy to be assistance of you and look forward to your reply!
Have a nice day!
Sincerely,
Jenny Wu
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
======================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "MDBJ" <me@xxxxxx>
>References: <Ohw16av7FHA.476@xxxxxxxxxxxxxxxxxxxx>
<Ow$Qj3v7FHA.1864@xxxxxxxxxxxxxxxxxxxx>
>Subject: Re: would this be an SBS question- or ask a frontpage group..
>Date: Mon, 21 Nov 2005 20:39:37 -0500
>Lines: 42
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
>X-RFC2646: Format=Flowed; Response
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
>Message-ID: <uMHFqVw7FHA.444@xxxxxxxxxxxxxxxxxxxx>
>Newsgroups: microsoft.public.windows.server.sbs
>NNTP-Posting-Host: 70-89-27-122-pa-nj-de.hfc.comcastbusiness.net
70.89.27.122
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windows.server.sbs:224443
>X-Tomcat-NG: microsoft.public.windows.server.sbs
>
>thanks.. guess it was FP afterall..
>
>"MikeMc" <mmcelrath@xxxxxxxxxxxxx> wrote in message
>news:Ow$Qj3v7FHA.1864@xxxxxxxxxxxxxxxxxxxxxxx
>> Try this link: http://altlab.com/htaccess_tutorial.html
>>
>> MikeMc
>>
>> "MDBJ" <me@xxxxxx> wrote in message
>> news:Ohw16av7FHA.476@xxxxxxxxxxxxxxxxxxxxxxx
>>> I'm guessing SBS, so I'm asking here.,
>>>
>>> I have on a website hosted on my SBS
>>> (before you tell me, I know- this server is MINE, not corporate, the
>>> server is for hobby purposes, and my biggest potential loss is my, and
my
>>> wifes- email( and yes, the wife would kill me))
>>>
>>> but- I set up a site with multiple pictures in a FP photo album, and
>>> they are of a toy type that would appeal to ebay sellers who don't have
>>> pictures of their own of the items.
>>>
>>> I don't care if someone rightclicks/saves/uses the picture in an
auction
>>> of their own
>>> I do mind if in their auction listing they directly link to a photo I
am
>>> hosting.
>>>
>>> how do I prevent a direct link to photos from ebay & other country
>>> ebays..
>>> for example, reject requests for the picture unless they come from my
>>> pages.
>>>
>>> anyone? answer or keywords I should be hunting on?
>>>
>>> thanks.
>>>
>>>
>>>
>>>
>>
>>
>
>
>
.
- References:
- Prev by Date: Re: DFS question
- Next by Date: RE: Configuring WSUS schedule times
- Previous by thread: Re: would this be an SBS question- or ask a frontpage group..
- Next by thread: Slow Access to Shared Folders
- Index(es):
Relevant Pages
|