sh AngularJS HTML5模式/ Apache配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh AngularJS HTML5模式/ Apache配置相关的知识,希望对你有一定的参考价值。

# https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-configure-your-server-to-work-with-html5mode
<VirtualHost *:80>
    ServerName my-app

    DocumentRoot /path/to/app

    <Directory /path/to/app>
        RewriteEngine on

        # Don't rewrite files or directories
        RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^ - [L]

        # Rewrite everything else to index.html to allow html5 state links
        RewriteRule ^ index.html [L]
    </Directory>
</VirtualHost>

以上是关于sh AngularJS HTML5模式/ Apache配置的主要内容,如果未能解决你的问题,请参考以下文章

使用 AngularJS 和外部 NodeJS 服务器启用 html5 模式

AngularJS在HTML5模式下路由404错误

AngularJS:无法使用 ui-route $state 获取 html5 模式网址

.htaccess 用于具有 HTML5 模式的 AngularJS 应用程序的子文件夹

具有 HTML5 模式和 ASP.Net MVC 的 AngularJS 可选 URL 参数

apache_conf .htaccess在Media Temple上以HTML5模式使用AngularJS