linkwireless Posted August 8, 2006 Share Posted August 8, 2006 Thanks to everyone providing great advice and fixes. I have been able to install quite a few mods but I have a question about how to redirect someone visiting www.store.com to www.store.com/catalog? Is it something I have to setup with my hosting provider to redirect? Thanks! Link to comment Share on other sites More sharing options...
wolf99 Posted August 9, 2006 Share Posted August 9, 2006 Thanks to everyone providing great advice and fixes. I have been able to install quite a few mods but I have a question about how to redirect someone visiting www.store.com to www.store.com/catalog? Is it something I have to setup with my hosting provider to redirect? Thanks! If you mean you want visitors to www.store.com to be REDIRECTED to www.store.com/catalog simply put in one of those pages tht redirect you within a certain time and have something like " you are now being redirected, if you see this screen for more than x seconds click the link below" The code is just a HTML meta refresh tag: <meta http-equiv="refresh" content="5; url=www.store.com/catalog"> Content = seconds to redirect can be set to 0 (read the tutorial on refresh metas at HTMLSource) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.