我在PHP中看过很多样本,但没有人回答我的需求。 想要使用散列(#)重定向URL,例如myserver.com/anyslug/#anyanchor
我已经学习了NE(不是逃避)参数,但我不知道如何在不破坏所有.htaccess文件的情况下放在这里:
RewriteEngine On
RewriteRule ^inc/.*$ index.php
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
谢谢,
Gregoor