My experience of setting up Wildcard DNS

It's not difficult to install myLounge Redirection, but sometimes it's quite tricky. Post your questions in here.

Moderator: Scooby

My experience of setting up Wildcard DNS

Postby kawai » Thu Apr 22, 2004 2:48 am

Hello all, initally I wanted to ask for help here but managed to get the wildcard DNS up in the end, here's my 2 files for your reference (remember those things in bold)

my DNS zone file


dorama.ws. 14400 IN NS ns37.123.net.
dorama.ws. 14400 IN NS ns38.123.net.

dorama.ws. 14400 IN A 11.222.33.44

localhost.dorama.ws. 14400 IN A 127.0.0.1

dorama.ws. 14400 IN MX 0 dorama.ws.

mail 14400 IN CNAME dorama.ws.
www 14400 IN CNAME dorama.ws.
ftp 14400 IN CNAME dorama.ws.
*.dorama.ws. 14400 IN A 11.222.33.44




My httpd.conf file

[quote]

ServerAlias dorama.ws *.dorama.ws
ServerAdmin webmaster@dorama.ws
DocumentRoot /home/jpop/public_html
BytesLog domlogs/dorama.ws-bytes_log
ServerName www.dorama.ws
User dorama
Group dorama
CustomLog domlogs/dorama.ws combined
ScriptAlias /cgi-bin/ /home/dorama/public_html/cgi-bin/
RewriteEngine off
[quote]


This line has to be taken out
RedirectMatch 301 (.*) http://dorama.ws$1
kawai
 

Return to Support

Who is online

Users browsing this forum: No registered users and 8 guests

cron