svn commit: r497884 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r497884 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp

jaz-3
Author: jaz
Date: Fri Jan 19 09:34:08 2007
New Revision: 497884

URL: http://svn.apache.org/viewvc?view=rev&rev=497884
Log:
example of how to get around re-directing the home page for customer facing applications; redirecting the home page effects search engine rankings; this will prevent the redirect.

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp?view=diff&rev=497884&r1=497883&r2=497884
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/index.jsp Fri Jan 19 09:34:08 2007
@@ -15,4 +15,4 @@
 under the License.
 --%>
 
-<%response.sendRedirect("control/main");%>
+<%pageContext.forward("control/main");%>