Forward to your action with no javascript redirects
redirecting rather than forwarding will lose some crawlers.
Another problem is if you use the html:img and or encode any paths to
images, css or other media things will get ugly for image crawlers and
such like, as the sessionid is appende
I will give that a try. Thanks for the idea ... maybe that is all I
need. I will implement the change and run some more curl.
Many thanks,
On 2/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote:
> On Sat, 2006-02-11 at 09:10 -0600, Jim Reynolds wrote:
> > Do you mean a redirect using a servlet or so
On Sat, 2006-02-11 at 09:10 -0600, Jim Reynolds wrote:
> Do you mean a redirect using a servlet or something like that?
JSP:
<%@ page contentType="text/html; charset=utf-8" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
I'm not 100% sure, but I think robots follow redirects.
Do you mean a redirect using a servlet or something like that?
On 2/11/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote:
> On Sat, 2006-02-11 at 09:05 -0600, Jim Reynolds wrote:
> > I have a html file in my tomcat root
> > which does a javascript function that directs the user to the site.
> > Soemth
On Sat, 2006-02-11 at 09:05 -0600, Jim Reynolds wrote:
> I have a html file in my tomcat root
> which does a javascript function that directs the user to the site.
> Soemthing like this:
> top.location.href="http://www.theuniquepear.com/unique/index.jsp";
Why don't you use a normal http redirect
5 matches
Mail list logo