Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Scotty_32 said:quick answer of the top of my head would be to make all the links like
"http://site.com/page.htm"
other way would be to remove the www. alias in "DNS Settings" and create a subdomain called "www" then you could add a redirect
Emagine said:scotty, you dont need ot create a subdomain to do what you say
just delete the dns record for www.domain.com
as there is a wild card (*.yourdomain.com) that will redirect you to the main website as you are wanting.. so anything.yourdomain goes to yourdomain.com
Is the www vs no www an issue in regards to SEO? I am new to SEO and just didn't realize that it may be a concern.
xscott said:I want it to go to www.mydomain.com. For CF sites I can do it in the code and on unix/linux/apache site I can do it in .htaccess, but was hoping for a better solution on a windows server in the CP for static sites.
Yes, in a way that SE may question the validity of pages if they have exact duplicates of them and if a site links to you without the www your www.domain version does not get the real beneifit of the link. With a 301(permanent redirect) passes the value of links to the desired site.
So what is the recommendation about www vs not. I know most sites will take you to the correctly place regardless of whether you use www or not. You do want both www and nonwww to work right?