我在我的电脑里使用Apache服务器。我在angularJS应用程序中阅读了一些从URL中删除#符号的教程。Apache服务器将所有指令文件替换为index.html。虽然文件名是相同的,但它的内容替换为index.html文件内容。请帮帮我。我在C:\xampp\apache\conf\httpd.conf中添加了一些代码
# <VirtualHost> definition. These values also provide defaults for
<VirtualHost *:8000>
ServerName localhost
Docum