nsForum logo

Welcome Guest ( Log In )

 
Reply to this topicStart new topic
> Make @ Resolve To Www, URL Redirection on the DNS level
wy125
post Feb 27 2009, 01:29 PM
Post #1





Group: Verified NS Member
Posts: 4
Joined: 28-January 09
Member No.: 3,620



Hi,

Here's my situation... Currently I have "A" records for www and @ pointing to the same folder. What I need is for "@" to be redirected to www. My domain is coloradoskishop.com. So what I'm looking for is to make it so that when a user enters "coloradoskishop.com" into their browser they end up at "http://www.coloradoskishop.com" not "http://coloradoskishop.com". I cannot figure out how to do this in the domain management panel. There doesn't seem to be an option for URL redirection. My other domain manager (with another company) allows us to set URL redirects. Is it possible with Network solutions?
Go to the top of the page
 
+Quote Post
Guest_Duane_*
post Feb 27 2009, 02:48 PM
Post #2





Guests






QUOTE (wy125 @ Feb 27 2009, 01:39 PM) *
Hi,

Here's my situation... Currently I have "A" records for www and @ pointing to the same folder. What I need is for "@" to be redirected to www. My domain is coloradoskishop.com. So what I'm looking for is to make it so that when a user enters "coloradoskishop.com" into their browser they end up at "http://www.coloradoskishop.com" not "http://coloradoskishop.com". I cannot figure out how to do this in the domain management panel. There doesn't seem to be an option for URL redirection. My other domain manager (with another company) allows us to set URL redirects. Is it possible with Network solutions?

I'm sorry, at this time, we do not offer sub domain forwarding to accomplish what you are looking for. You can achieve the same effect by doing a 301 redirect at your host.
Go to the top of the page
 
+Quote Post
y221
post Jun 5 2009, 04:15 PM
Post #3





Group: Verified NS Member
Posts: 1
Joined: 5-June 09
Member No.: 4,553



How did you resolve this?
Go to the top of the page
 
+Quote Post
wy125
post Jun 5 2009, 05:06 PM
Post #4





Group: Verified NS Member
Posts: 4
Joined: 28-January 09
Member No.: 3,620



I didn't really, I just hacked it. The problem I was having was that in firefox www.XXX.com and XXX.com spawn two different sessions and it was causing some problems for us. So what I did was to check if the browser's url said www or not. If it didn't, I redirected to www.
Go to the top of the page
 
+Quote Post
JunDar
post Jul 15 2009, 11:42 AM
Post #5





Group: Verified NS Member
Posts: 1
Joined: 15-July 09
Member No.: 4,776



QUOTE (wy125 @ Jun 5 2009, 06:16 PM) *
I didn't really, I just hacked it. The problem I was having was that in firefox www.XXX.com and XXX.com spawn two different sessions and it was causing some problems for us. So what I did was to check if the browser's url said www or not. If it didn't, I redirected to www.


I hope that this snippet helps you and others.

htaccess rewrite. somedomain.com is rewritten to https//www.somedomain.com

Hope this helps many of you.

Peace

CODE
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
Go to the top of the page
 
+Quote Post
Daddy0
post Jul 16 2009, 05:00 PM
Post #6





Group: Verified NS Member
Posts: 1
Joined: 31-December 08
From: United States
Member No.: 3,403



QUOTE (Duane @ Feb 27 2009, 03:58 PM) *
I'm sorry, at this time, we do not offer sub domain forwarding to accomplish what you are looking for. You can achieve the same effect by doing a 301 redirect at your host.


I have an account that hosts my blog. However, whenever I enter in the domain name, it always resolves to http://nameofsite.com/blog instead of just http://nameofsite.com and the user would see the blog.

I am not too technical (obviously) so I am wondering if this issue is caused by NetSol not supporting sub domain forwarding? Is there any way to fix this issue using tools in the management panel?
Go to the top of the page
 
+Quote Post
angela387
post Aug 5 2009, 03:55 PM
Post #7





Group: Verified NS Member
Posts: 2
Joined: 5-August 09
Member No.: 4,912



QUOTE (Daddy0 @ Jul 16 2009, 05:10 PM) *
I have an account that hosts my blog. However, whenever I enter in the domain name, it always resolves to http://nameofsite.com/blog instead of just http://nameofsite.com and the user would see the blog.

I am not too technical (obviously) so I am wondering if this issue is caused by NetSol not supporting sub domain forwarding? Is there any way to fix this issue using tools in the management panel?


On wordpress you could change the blog address by going to general then changing the blog address to your domain and then go back to your account manager in network solutions and point the subdomain to the wordpress directory.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version    Network Solutions © 2009 Time is now: 21st November 2009 - 09:58 PM
Domain Names | Web Hosting | Web Design | Shopping Cart Software | Online Marketing | SSL Certificates