For many reasons, there are many friends space does not support the FSO,
There is also when a lot of pages generate static pages, occupy a lot of space,
There is the change in style, not convenient,
So dynamic pages still have the benefits of dynamic pages,
But our webmaster all want to be all static page
Because static pages are easily favored by search engines,
So I want to use ASP to implement pseudo static to fudge the search engine,
Like we're going to visit view.asp?id=xxxx.
Jump from one connection
<a href=view.asp?id=<%=xxxx%>.html> How to implement pseudo-static </a>
The view.asp plus the simple code can be implemented
Copy Code code as follows:
<%
Dim id
ID = replace (request ("id"), ". html", "" "
%>
In fact, this is a very simple time, we have not thought of how to use before,
Why should all the pages require static?
In the current personal blog, article system, news system, this application I feel more necessary.