我在项目上有这一文件:
RewriteEngine on RewriteCond $1 !^( {files and folders that should be accessed directly} ) RewriteRule ^(.*)$ /{full url to web root}/index.php/$1 [L]
And now I want to add the functionality to redirect directly (not just overwrite the url) to the hash of the url - if such hash exists. For example:
网址:com/contacts#/company=>site.com/company
但是,这还不能做到:......
预收......