You can use mod_rewrite. You can create the rule per your requirements. Some
possibilities:
1. Forbid the access if the request is not coming from your own domain
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^(www\.)?mydomain.com$
RewriteRule .* - [F]
2. Send it back from where i
On Thu, Sep 17, 2009 at 11:54 AM, Ralf W. wrote:
> Hello group - I have found that somebody is pointing there webpage
> (domainname) to my own webpage. How can I prevent his?
>
> Thank you
> Ralf
>
>
>
>
>
> -
> The official Use
Hello group - I have found that somebody is pointing there webpage (domainname)
to my own webpage. How can I prevent his?
Thank you
Ralf
-
The official User-To-User support forum of the Apache HTTP Server Project.
See