标签: php angularjs routing
localhost/test/dash.php =>工作 localhost/test/dash# =>不工作
localhost/test/dash.php
localhost/test/dash#
这应该打开角度框架。但它只适用于.php
.php
我正在使用php 5.6 wamp
php 5.6 wamp
可能是什么问题?
我的.htaccess根本没有影响
.htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]