我需要帮助编辑httpd.conf文件,以便在cwp控制面板上安装后运行脚本。我的脚本以默认设置在cpanel上运行。htaccess文件详细信息:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Apache config
<FilesMatch ".(eot|ttf|otf|woff|php)">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
1条答案
按热度按时间pprl5pva1#
尝试删除
Apache config
行以使.htaccess文件如下所示:使用htaccesscheck.com检查.htaccess文件语法。