我想要的是停止直接用户请求online.php,但是我希望页面仍然可以访问重写规则,这是我的重写规则RewriteRule ^/?@([A-Za-z0-9]+)$ online.php?username=$1
我试过了,但没有成功
RewriteCond %{REQUEST_URI} /online.php
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule .* page-not-found.php
我想隐藏的原始文件的url是https://example.com/online.php?username=example,而我只想从https://example.com/@example访问它
1条答案
按热度按时间p4tfgftt1#
请使用您显示的示例和尝试尝试尝试以下htaccess规则文件。请确保: