ASP pseudo static rules, always errors, ask for help!!

Updated on technology 2024-04-01
16 answers
  1. Anonymous users2024-02-07

    rewriterule /(.*html $ is not executed because you have this sentence in front of you.

    This rule is any character. html jumps to any character. asp

    All of them, you're going to jump to the rules below that are useless.

  2. Anonymous users2024-02-06

    The rules are wrong, I think they should.

    Note that the extension has a directory and a directory . So you can improve your own rules by comparing them with other rules that have been successful.

  3. Anonymous users2024-02-05

    [isapi_rewrite]

    # 3600 = 1 hour

    cacheclockrate 3600

    repeatlimit 32

    Here are examples of other simple rules.

  4. Anonymous users2024-02-04

    The rules are correct, it should be a matter of space, or your rules file is in the wrong place. Contact IDC customer service.

  5. Anonymous users2024-02-03

    Install a pseudo-static component.

    This is a must, not without that thing.

    Then write the rules as you ask for them.

    For example, write you a formatting rule.

    isapi_rewrite]

    That is to say, if you visit, you can also add parameters:

    In other words, if you visit A, you also visit? id=45 sffs that is? id=452

  6. Anonymous users2024-02-02

    Wouldn't it be nice to pretend to be a pseudo-static component, or change it to a specific extension, and then specify which dynamic connection library to execute an extension in IIS, for example, if you change ASP to ABC, and then let ASP DLL execute ABC

  7. Anonymous users2024-02-01

    This sentence can be converted to HTML in all asp files without parameters

    Your product1 style.

  8. Anonymous users2024-01-31

    [isapi_rewrite]

    # 3600 = 1 hour

    cacheclockrate 3600

    repeatlimit 32

    #[page]-[x]-[y].html jumps to [page].asp?id=[x]&page=[y] Here xy is now a number and page is the page file name.

    If you jump to? id=1&page=3

    Jump to? id=3&page=5

    #[page]-[x].html jumps to [page].asp?id=[x]

    rewriterule (.html $#[page].html jumps to [page].asp

  9. Anonymous users2024-01-30

    Hello, both Dedecms and WordPress are pseudo-static required by the program, both are based on IIS or Apache PHP static, rewritten with urlrewr.

    The rewritten components are programmatically implemented. Whether it is PHP or yes, it can be successfully configured on IIS, and the most important thing is to set the permissions.

  10. Anonymous users2024-01-29

    I would, I don't know what features you need to implement. Modifications within one page are free of charge.

  11. Anonymous users2024-01-28

    id = "id")

    Write newsview <%=id%>html

    If that doesn't work, you need to check the configuration of the file in your ispai rewrite folder.

  12. Anonymous users2024-01-27

    You can try adding this to the web page**.

    id=request("id")

    if id<>"" then

    end if

  13. Anonymous users2024-01-26

    You need to install the pseudo-static component ispai rewrite, and then write the pseudo-static rules.

  14. Anonymous users2024-01-25

    You need to have x y even a parameter here, and there is still an oh question mark in your writing above, which is what I usually write.

  15. Anonymous users2024-01-24

    Here's an example: RewriteEngine on doesn't require a pseudo-static directory or file.

  16. Anonymous users2024-01-23

    Pseudo-static is relatively real static, usually in order to enhance the friendliness of the search engine, we will generate static pages of article content, but some friends in order to display some information in real time. Or maybe you want to use dynamic scripting to solve some problems. Content cannot be displayed in a static way.

    But this loses the search engine friendliness side. How to find a middle way between the two, which leads to pseudo-static techniques. It is shown in the form of a static page such as HTML, but it is actually processed by a dynamic script such as ASP.

    This is achieved using IIS's 404 error handling mechanism. This is much more flexible than rewrite technology.

    Rewrite is a server rewriting technology, which can enable the server to support URL rewriting, which is the latest popular server technology. It also implements the ability to restrict access to specific IPs**.

Related questions
8 answers2024-04-01

Advantages and disadvantages of static pages:

Real static is usually to better alleviate the pressure on the server and enhance the friendliness of search engines, so the web content is generated into static pages. However, the biggest flaw is that every time the content of the web page is modified in the background, the static page needs to be regenerated, and the updated content cannot be displayed in real time, and over time, the amount of space occupied and the server resources consumed by each generation of static pages should not be underestimated (there are cases where there is too much content and a static page is generated at one time, resulting in server crash). >>>More

5 answers2024-04-01

You see if you started the asp parsing file.

10 answers2024-04-01

File**.

msg(i)next >>>More

11 answers2024-04-01

There is a serious error in your statement.

The right one should be like this. >>>More

11 answers2024-04-01

Hehe, this is the most common problem that every ASP programmer encounters, and it is also the most overlooked. >>>More