The previous project used the TP3.1 framework, and the URL shared on WeChat is fixed and cannot be modified
For example:
<code>index.php?m=cook&a=topic&id=1376</code>
Now upgraded to 3.2, the URL has changed and cannot be parsed as above
<code>/cook/details/1376 </code>
How to solve this?
The previous project used the TP3.1 framework, and the URL shared on WeChat is fixed and cannot be modified
For example:
<code>index.php?m=cook&a=topic&id=1376</code>
Now upgraded to 3.2, the URL has changed and cannot be parsed as above
<code>/cook/details/1376 </code>
How to solve this?
What is the current url_modelset
The server pseudo-static rule writes 301 jump
You can only write url redirection, there is no other way