Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

http://domain.com forward to http://www.domain.com - zone file question.

Status
Not open for further replies.

jdk

DNF Addict
The Originals
Legacy Exclusive Member
Joined
Jul 23, 2004
Messages
6,351
Reaction score
27
Any particular reason you do not want to do it using .htaccess?
 

cursal

MomsDigest.com For Sale!
The Originals
Legacy Exclusive Member
Joined
Aug 27, 2003
Messages
1,595
Reaction score
2
Add this to your .htaccess file, just change "web" to your domain change ext. if needed.


#Begin non-www page protection #
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.web\.com [NC]
RewriteRule ^(.*)$ http://www.web.com/$1 [L,R=301]
</IfModule>
# End non-www page protection
 
Status
Not open for further replies.
Top Bottom