我已经在Ubuntu 32位中进行了配置,当我在LAMP环境中运行PHP项目时,它给出了以下错误:
Fatal error: SourceGuardian Loader - Protected script header checksum error. The file has been modified. Install the original unmodified file or contact the script author to get the original file. Error code [17] in /var/www/projectname/index.php on
我最近试图访问我的网站,我看到了一些令人不安的东西--用户可以下载index.php文件并查看其内容,即PHP代码!
对于Apache来说,如何能够提供PHP源代码而不是运行PHP源代码呢?是因为我们正在更新我们的网站以进行维护吗?
我使用了这个代码:
ErrorDocument 503 "Our website is temporarily closed for maintenance. It should reopen by..."
RewriteEngine On
# TO ALLOW YOURSELF TO ACCESS THE SITE NORMALLY, SET T
我的代码很简单。我试图使用MySQL函数连接到一个pdo_mysql实例。我认为有一个语法错误,但我研究的几十个网站无法帮助我识别它。下面是我的代码和网页上显示的内容。有人能给我指点方向吗?
*我试图插入一些网站,但应用程序不让我。
启用pdo_mysql扩展并在phpinfo.php中显示。
I'm using PHP 7.1.4 on a Windows Server 2012R2 with IIS 8.5
启用了FastCGI。
这是我的代码:
<?php
$username = "myusername";
$password = "mypasswo