Activity Stream
48,167 MEMBERS
62691 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    btjunk.net

    Exclamation Disable wildcards in apache 2

    Hi, i have a little trouble whis my ISP wildcarded DNS. How can i disable in apache wildcard? I cant change DNS servers and i dont have any DNS server in my box, if there are any way to disable this function globally from apache?
    kiladila Reviewed by kiladila on . Disable wildcards in apache 2 Hi, i have a little trouble whis my ISP wildcarded DNS. How can i disable in apache wildcard? I cant change DNS servers and i dont have any DNS server in my box, if there are any way to disable this function globally from apache? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    viz0n.net SolidNode.com r00tsecurity.org
    What does your vHosts look like in httpd.conf? Do they look something like what I have posted below? And by Wildcard, are we talking sub-domains here?

    Code: 
    <VirtualHost *>
            ServerName  www.example.com
         ServerAlias example.com
    
            DirectoryIndex index.html 
            DocumentRoot /home/www/www.example.com/htdocs
    
        ....
    </VirtualHost>
    ******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
    ******** ▌| For official support, please e-mail support@solidnode.com.
    ******** ▌| We run well managed servers with Basic DDoS Protection.
    ******** ▌| We also do Server/Site Management/Setup

  4.     
    #3
    Member
    Website's:
    btjunk.net
    Ok i have domain: domain.com and subdomain forum.domain.com
    I disabled forum and past 1 month i realized that google indexed forum.forum.forum.forum.forum.forum.forum..domain. com (wtf?).

    When i type whatever.domain.com i dont get 404 but my domain.com content...

    Vhost entry looks like this:
    <VirtualHost *>
    ServerName domain.com
    DirectoryIndex index.html
    DocumentRoot /home/www/domain.com

    ....
    </VirtualHost>

  5.     
    #4
    Member
    Website's:
    viz0n.net SolidNode.com r00tsecurity.org
    Add:
    ServerAlias domain.com
    under:
    ServerName

    that will remove whatever.domain.com
    ******** ▌| SolidNode.com - *QUALITY OFFSHORE* [100+ clients strong]
    ******** ▌| For official support, please e-mail support@solidnode.com.
    ******** ▌| We run well managed servers with Basic DDoS Protection.
    ******** ▌| We also do Server/Site Management/Setup

  6.     
    #5
    Member
    Website's:
    btjunk.net
    Thanks man

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Disable modsecurity2
    By jibinthomas in forum Technical Help Desk Support
    Replies: 3
    Last Post: 26th Mar 2012, 04:28 PM
  2. how to disable tag [code] in VB 3.8.7
    By warung giras in forum Tutorials and Guides
    Replies: 3
    Last Post: 2nd Oct 2011, 12:08 PM
  3. Disable Signature in PM
    By Perl in forum IP.Board
    Replies: 2
    Last Post: 27th Feb 2011, 11:48 PM
  4. Disable Postcount?
    By Maniac_ in forum Feedback and Suggestions
    Replies: 34
    Last Post: 1st Feb 2011, 09:44 PM
  5. adsense ads disable
    By pioneer_fawad in forum Webmaster Discussion
    Replies: 0
    Last Post: 5th Dec 2009, 05:44 PM

Tags for this Thread

BE SOCIAL