路由不使用PHP WAMP和角度没有.php

时间:2017-02-07 18:17:08

标签: php angularjs routing

localhost/test/dash.php =>工作
localhost/test/dash# =>不工作

这应该打开角度框架。但它只适用于.php

我正在使用php 5.6 wamp

可能是什么问题?

我的.htaccess根本没有影响

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

0 个答案:

没有答案