问题标签 [htdocs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
apache - 将文件放入 htdocs 文件夹后 Apache 停止响应
我有一个包含 html、js、css 和字体文件的文件夹。我将该文件夹放在 apache htdocs 文件夹中。前 5 分钟它工作正常,但之后 apache 没有响应外部请求。我可以从 localhost 而不是通过 127.0.0.1 访问该网站。我在 Windows Server 2012 中使用 apache 2.4。
php - 在核心 php 中调用未定义的函数 set_magic_quotes_runtime()
我正面临这些问题。我正在使用 PHP 7。其他项目而不是核心 PHP 运行得很好,但是如果我想运行核心 PHP 项目,它会显示以下问题。
未捕获的错误:调用 E:\xampp\htdocs\includes\framework.php:21 中未定义的函数 set_magic_quotes_runtime() 堆栈跟踪:#0 E:\xampp\htdocs\index.php(22): require_once() #1 { main} 在第 21 行的 E:\xampp\htdocs\includes\framework.php 中抛出
根据这个网站: http: //php.net/manual/en/function.set-magic-quotes-runtime.php 它说这个函数在PHP 5.3.0中已弃用,并从PHP 7.0.0开始删除
有什么答案吗?等待答案并提前致谢
sublimetext2 - Sublime Text Won't Find htdocs
I'm trying to open a file in htdocs directory which is on my desktop but when I click on open folder on Sublime Text 2 it doesn't show htdocs as a directory. However I can open a file in htdocs using Sublime Text by simply clicking on it. I tried to display the path of an index.php in a browser but it only shows "." instead of the path.
I appreciate any help, thanks in advance.
php - PHP - LocalHost 数据库简单连接 SQL
我不明白为什么这么简单的事情这么难。
现在,当我点击提交时,我得到了错误:
注意:未定义变量:第 6 行 C:\xampp\htdocs\DataHandling.php 中的 conn
致命错误:在第 6 行的 C:\xampp\htdocs\DataHandling.php 中的 null 上调用成员函数 prepare()
我的表格有效,代码:
然后我收到一条很好的消息,告诉我与数据库的连接已确认,conn.php:
但是,我将数据从表单输入到准备好的数据库中度过了一段非常糟糕的时光。
我已经尝试过 Sqli,现在尝试了别的东西。
apache - 从 htdocs 中创建的符号链接访问内容
我们已经设置了 apache 服务器并创建了一个符号到日志文件夹。
问题: 当我们尝试使用 http:/server:port/logs 访问日志时,日志会正确显示在浏览器中。但是,当我们使用http:/bigipurl/logs的大 ip url 时, url 会重写为http:/bigipurl:port/logs并且页面不会显示。
观察: 如果我们使用http:/bigipurl/logs/ ,就会显示日志。
php - 未捕获的错误:调用 C:\xampp\htdocs\Joomla_1.5.15\installation\includes\framework.php 中的未定义函数 set_magic_quotes_runtime()
安装 joomla 1.5.15 时出现上述错误...
framework.php文件中的代码是
请帮助我想在我的系统中运行 joomla
php - 安装 Node.js 以在 PHP 应用程序中使用
我想在我的 PHP/Mysql 应用程序 xampp/htdocs 文件夹中使用一些 NPM 包,但是当我安装它并在 CMD 提示符下运行命令时,它会将文件安装在其他地方。如何将它们安装到正确的文件夹中?
php - 在同一网络中访问另一台机器的 htdocs 但它返回自己的 htdocs
我有两个运行 Windows 10 并连接在同一个无线网络中的笔记本。
IP 地址为 192.168.0.100 的笔记本 A
IP 地址为 192.168.0.101 的笔记本 B
笔记本 A 可以访问它的 htdocs 或笔记本 B 的 htdocs:
但是当笔记本 B 做同样的事情时,它以某种方式将笔记本 A 的 htdocs 识别为自身:
两台笔记本电脑都安装了相同版本的 XAMPP 和 Google Chrome。请帮忙。
php - localhost 页面不工作 localhost 当前无法处理此请求
我的测试本地主机站点出现问题,它出现在 Safari 上的空白页面和 Chrome 上显示本地主机页面不起作用
localhost 当前无法处理此请求。
我检查了 php.ini 并且已经将一些代码修改为error_reporting = E_ALL
,display_errors = On
但仍然发生同样的问题。
我还查看了终端上的问题,我得到了它
[2016 年 12 月 27 日 19:56:53 Europe/Berlin] PHP 警告:require_once(/home/orithaic/domains/oritha.co.th/public_html/e-commerce/system/startup.php):无法打开流:第 17 行的 /Applications/MAMP/htdocs/Orithai/e-commerce/index.php 中没有这样的文件或目录
有谁知道如何解决服务器的这个问题?
yii2 - 我如何在免费主机上安装 yii2 Advanced
通过 ftp 连接后,我有 2 个目录:htdocs 和 cgi-bin 我试图在 htdocs 中创建一个文件夹并在那里上传 yii2 分发但我什么也没有