Re: URL needs www appended

2006-05-09 Thread Thomas Joseph
From: "David Evans" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, May 09, 2006 7:53 PM Subject: Re: URL needs www appended > if you are running on apache, you can use mod_rewrite to fix this, by > including a rewrite rule, some

Re: URL needs www appended

2006-05-09 Thread David Evans
if you are running on apache, you can use mod_rewrite to fix this, by including a rewrite rule, something like: RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.domainname\.com$ [NC] RewriteRule ^(.*)$ http://www.domainname.com$1 [R=301,L] dave On Tue, 2006-05-09 at 08:26 -0500, Scott Purcell

RE: URL needs www appended

2006-05-09 Thread David G. Friedman
o go with them. But there are ways around that tool. Regards, David Friedman / [EMAIL PROTECTED] -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 9:26 AM To: user@struts.apache.org Subject: URL needs www appended Hello, I have a struts site in

URL needs www appended

2006-05-09 Thread Scott Purcell
Hello, I have a struts site in which all views are called from the action. Problem I encountered, is as follows: When users search for my site in the search field area, the site shows up, but when the user click the link the "www" is not there. Google sees my site as http://sitename.com