dynamic page caching- show redirected html cache page or show the dynamic page?
Posted
by i need help
on Stack Overflow
See other posts from Stack Overflow
or by i need help
Published on 2009-09-17T09:41:31Z
Indexed on
2010/05/24
23:01 UTC
Read the original article
Hit count: 260
would like your comments.
Eg: When user first visit www.testing.com/productdetailpage.asp
I will use caching- store the whole page into productdetailpage.html
When the user go to reopen productdetailpage.asp, user will be redirected to www.testing.com/productdetailpage.html
It means they will see productdetailpage.html, not .asp
Is this a good way? Any implication in terms of SEO and other part? Will it be better to read datas from .html into .asp and show the final page as .asp all the time?
© Stack Overflow or respective owner