Very perverted URL rewrite
Rewriterule ^trade/(\d+) \.html$/tradedetails.php?id=$1 [nc,l]
These two lines of rules are tested properly locally, and are invalidated in space. But the other rules are normal.
The most incomprehensible is this phenomenon:
Rewriterule ^trader/(\d+) \.html$/tradedetails.php?id=$1 [nc,l]
I changed trade to trader but normal.
In other rules, there is also the trade keyword, why can't it be
Solving
------Solution--------------------
If your URL is written in trader/1235.html
So with ^trade/(\d+) \.html$/tradedetails.php?id=$1 [nc,l] can match?
------Solution--------------------
Explore
Rewriterule ^trade/(\d+) \.html$/tradedetails.php?id=$1 [nc,l]
These two lines of rules are tested properly locally, and are invalidated in space. But the other rules are normal.
The most incomprehensible is this phenomenon:
Rewriterule ^trader/(\d+) \.html$/tradedetails.php?id=$1 [nc,l]
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.