哈希URL为干净的URL

这个问题在这里已经有了答案:

  • 修改网址而不重新加载页面18个答案

  • .htaccess文件:

    RewriteBase /
    
    RewriteEngine On
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^/#(.*)$ index.php/$1
    

    /联系我们将您发送到index.html / php或称为联系人的文件夹中的任何内容,但您可以尝试使用某些内容

    return false
    

    祝你好运!

    链接地址: http://www.djcxy.com/p/70305.html

    上一篇: URL with Hash to be Clean URL

    下一篇: How can Jquery window.location.hash replace?