Re: [us...@httpd] How to stop webpage forwarding

2009-09-20 Thread Igor Cicimov
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

Re: [us...@httpd] How to stop webpage forwarding

2009-09-17 Thread Jonathan Zuckerman
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

[us...@httpd] How to stop webpage forwarding

2009-09-17 Thread Ralf W.
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