Forum Moderators: mack
I'm pretty new to web development but I have a question that I hope someone can help me with. We have a site in which all the dynamic content is built using jsp's. Our main url www.site.com gets redirected using a 301 redirect in Apache to www.site.com/folder/home so that Tomcat can serve the main jsp page.
My question is does this redirect make a difference to a search engine and is there a way to make www.site.com serve my jsp directly?
Thanks in advance.