I've seen many samples in PHP here but no one answer to my needs. Want to redirect URL with hash (#) such as myserver.com/anyslug/#anyanchor
I've learn the NE (not escape) parameter, but I do not know how to put here without to destroy all my .htaccess file :
RewriteEngine On
RewriteRule ^inc/.*$ index.php
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
Thanks,
Gregoor