Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2005
    Posts
    37

    Domain name pointing - problem

    THere is a domain name that point to my web site. When you enter that domain name you see my web site 1:1 just diferent domain name appear. Also if I access site its exactly the same as if I enter mine, post, topics are all the same...

    How are technicaly called these kind of problems?

    Is there any way that I block this in Cpanel, how?

  2. #2
    Did you set any domainaliases...

  3. #3
    Join Date
    Oct 2005
    Posts
    37
    no i did not

  4. #4
    Join Date
    Oct 2004
    Location
    Kerala, India
    Posts
    4,771
    You mean that when you take that domain in the browser another domain is comming up? If that is the case, check whether the IP of the site is same in the named and httpd.conf

  5. #5
    Join Date
    Oct 2005
    Posts
    37

    hi

    He did not copy&hacked all site, he is just using my site under his domain name so everybody think its his site.

    I blocked IP of his domain name but it did not help.

  6. #6
    Join Date
    Apr 2004
    Location
    Chicago, IL
    Posts
    83
    Quote Originally Posted by gregplus
    He did not copy&hacked all site, he is just using my site under his domain name so everybody think its his site.

    I blocked IP of his domain name but it did not help.
    http://www.javascriptkit.com/howto/htaccess14.shtml

    Block traffic from a single referrer:

    RewriteEngine on
    # Options +FollowSymlinks
    RewriteCond %{HTTP_REFERER} badsite\.com [NC]
    RewriteRule .* - [F]

    Block traffic from multiple referrers

    RewriteEngine on
    # Options +FollowSymlinks
    RewriteCond %{HTTP_REFERER} badsite\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} anotherbadsite\.com
    RewriteRule .* - [F]

  7. #7
    It looks like the other domain which is showing up the same page as yours is parked on your site, do confirm with your hosting provider that there are no such settings at their end as its unlikely that the same content can show up otherwise without any configuration at the server end. And to unblock it all such settings will have to be removed from the Apache configuration file at your host.
    Regards,
    Rose [rose@instacarma.com]
    InstaCarma.com
    24x7 Technical Support and Server Management

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •