Results 1 to 5 of 5
-
6th May 2009, 12:29 PM #1OPMemberWebsite's:
btjunk.netDisable 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
-
6th May 2009, 02:42 PM #2MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgWhat 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
-
6th May 2009, 03:50 PM #3OPMemberWebsite's:
btjunk.netOk 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>
-
6th May 2009, 04:40 PM #4MemberWebsite's:
viz0n.net SolidNode.com r00tsecurity.orgAdd:
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
-
6th May 2009, 07:23 PM #5OPMemberWebsite's:
btjunk.netThanks man
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Disable modsecurity2
By jibinthomas in forum Technical Help Desk SupportReplies: 3Last Post: 26th Mar 2012, 04:28 PM -
how to disable tag [code] in VB 3.8.7
By warung giras in forum Tutorials and GuidesReplies: 3Last Post: 2nd Oct 2011, 12:08 PM -
Disable Signature in PM
By Perl in forum IP.BoardReplies: 2Last Post: 27th Feb 2011, 11:48 PM -
Disable Postcount?
By Maniac_ in forum Feedback and SuggestionsReplies: 34Last Post: 1st Feb 2011, 09:44 PM -
adsense ads disable
By pioneer_fawad in forum Webmaster DiscussionReplies: 0Last Post: 5th Dec 2009, 05:44 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...