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