Forum: Linux Servers and Apache Jan 15th, 2005 |
| Replies: 4 Views: 3,999 Login to your domain's control panel and under the "Forwarding" section, enter the domain you want that domain to redirect to.
In other words, if you want www.mydomain.com to be redirected to... |
Forum: Linux Servers and Apache Mar 23rd, 2004 |
| Replies: 12 Views: 8,892 Also, do you have mod_rewrite enabled/compiled? |
Forum: Linux Servers and Apache Mar 23rd, 2004 |
| Replies: 12 Views: 8,892 Is it a VirtualHost or the ServerName? It actually does make a difference... |
Forum: Linux Servers and Apache Mar 23rd, 2004 |
| Replies: 12 Views: 8,892 Basically, dig is a DNS lookup utility. I just tried it again with the T_ANY switch, and here's the stdout:
kevin@Cerberus$ dig T_ANY daniweb.com
; <<>> DiG 8.3 <<>> T_ANY daniweb.com
;;... |
Forum: Linux Servers and Apache Mar 23rd, 2004 |
| Replies: 12 Views: 8,892 Personally, I don't use .htaccess if I can do it in httpd.conf. Even the folks over at Apache suggest that. But I digress...
I just did a "dig" on both domains, and found some differences in the... |
Forum: Linux Servers and Apache Mar 23rd, 2004 |
| Replies: 7 Views: 9,413 Sorry I haven't replied yet, but I did take a look through your conf file, and it appears there's a number of things that are misconfigured, which would explain why you're having trouble with vhosts... |
Forum: Linux Servers and Apache Mar 21st, 2004 |
| Replies: 12 Views: 8,892 You could either use a redirector script (not the best way to do it) or you could make sure your httpd.conf has www.daniweb.com (http://www.daniweb.com/) as the ServerName instead of just daniweb.com... |
Forum: Linux Servers and Apache Mar 21st, 2004 |
| Replies: 7 Views: 9,413 I'll take a look at it and get back to you later tonight. I already know the answer to one problem, but I want to verify this by checking your .conf file. As far as hosting multiple domains, again,... |
Forum: Linux Servers and Apache Mar 4th, 2004 |
| Replies: 7 Views: 56,804 OK, first of all, you have to have a directory you want to protect already created within C:\www\webroot. For example, C:\www\webroot\sample\
Then, in httpd.conf, you need to add the example I... |
Forum: Linux Servers and Apache Mar 3rd, 2004 |
| Replies: 7 Views: 56,804 If you're trying to limit access on a particular directory within your /www/ directory, you have to first create a user account and password using the htpasswd utility using the -a switch and then... |
Forum: Linux Servers and Apache Feb 10th, 2004 |
| Replies: 23 Views: 18,556 This is a BIG no-no:
ServerName dns1.manitobamotorsports.com
That's the same thing as saying your machine is the primary DNS server for the domain manitobamotorsports.com
ServerName is the... |