我有这种情况:
所有网址都喜欢/sport.html
隐藏真实网址/archive.php?action=search§ion=sport
#This is the RULE:
RewriteRule ^([a-zA-Z_]+([a-zA-Z0-9_]+)?)(-([0-9]+))?\.html$ /archive.php?action=search§ion=$1 [L]
现在我想隐藏真实的 url 和对页面的所有直接访问,archive.php
但是我收到了这个规则的重定向循环错误:
RewriteRule ^archive\.php.*$ /404.html [F,NC,L]