Implementation of Pseudo-static _ application technique in ASP

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.