Xampp 搞砸了吗?
Xampp Is Messing Up?
首先 Apache 无法与我一起工作,所以我不得不更改固定所有内容的端口号,这样很好,但后来我上网发现了这个
"Start Apache and MySQL and go to localhost in your browser (on the same machine as your server). If this is your first time browsing the local site, you should now see a webpage with the XAMPP logo and a choice of languages. Click on your preferred language."
当我输入 localhost:8080(Apache 端口)时,出现这个 我不知道如何制作它所以我被带到了 XAMPP 徽标语言是。 -。- 请帮助。
试试这个:
只需在您的 apache 文件夹的 htdocs 中创建一个示例 html 页面,然后尝试在浏览器中访问它。
如果你命名为index.html,你只需要在浏览器中写localhost或者localhost/.html
这将确保您的服务器正常工作。
并在命令提示符 运行 mysql -u -p status 中检查 mysql 的状态,这将检查 mysql 是否正常工作。
首先 Apache 无法与我一起工作,所以我不得不更改固定所有内容的端口号,这样很好,但后来我上网发现了这个
"Start Apache and MySQL and go to localhost in your browser (on the same machine as your server). If this is your first time browsing the local site, you should now see a webpage with the XAMPP logo and a choice of languages. Click on your preferred language."
当我输入 localhost:8080(Apache 端口)时,出现这个
试试这个:
只需在您的 apache 文件夹的 htdocs 中创建一个示例 html 页面,然后尝试在浏览器中访问它。 如果你命名为index.html,你只需要在浏览器中写localhost或者localhost/.html
这将确保您的服务器正常工作。
并在命令提示符 运行 mysql -u -p status 中检查 mysql 的状态,这将检查 mysql 是否正常工作。