Tag: 锚定CMS

没有指定input文件

我正在运行Anchor CMS ,我刚刚升级到0.8版本。 当我尝试运行安装程序时,出现“没有指定input文件”错误。 我相信这很可能是一个.htaccess的问题,但我不知道什么是正确的设置。 我的网站可以在这里find。 我的.htaccess被设置为: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase {base} # Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all other URLs to index.php/URL RewriteRule ^(.*)$ {index} [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 index.php </IfModule> 如果有帮助,我也使用GoDaddy作为托pipe服务提供商。