xampp in window 7 cannot access files in subfolder inside C:/xampp/htdocs

痞子三分冷 提交于 2019-12-08 18:53:28

First of all try to restart apache whenever you make any change in conf file

you seems to be not using fresh wordpress. And browser url removing the 8080 because of some htaccess rule.

you can test apache by making a folder with name test in htdocs. And put a simple php file with this code

<?php 
    phpinfo();

and save it as testapache.php

and browse it by

http://localhost:8080/test/testapache.php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!