我在此目录C:\xampp\htdocs
中有test.php文件。我可以通过此链接http://localhost:800/xampp/
访问localhost,然后它会显示橙色的XAMPP wlecome窗口,但是当我输入以下网址http://localhost:800/xampp/test.php
时,我得到的内容为The required URL could not be found
。为什么我无法访问此文件?
Apache端口:800,4433
MySQL端口:3306
test.php的
<?php
echo "Hello World!";
?>
答案 0 :(得分:1)
如果您的文件位于C:\xampp\htdocs
,则应使用http://localhost:800/test.php
。
htdocs是apache的默认根目录。 ( conf / httpd.conf 中的变量 DocumentRoot )
答案 1 :(得分:0)
http://localhost/test/test.php