【发布时间】:2015-02-23 12:34:38
【问题描述】:
我是 Sagepay 的新手,我正在尝试建立一个测试站点来了解它,但是当我尝试访问演示页面时,我不断出现 No input file specified 错误。
测试文件(http://www.sagepay.co.uk/support/find-an-integration-document/form-integration)已经放在这里:
www.mydomain.com/dev/sagepaytest/
我无法访问的页面示例是
www.mydomain.com/dev/sagepaytest/demo/form
我的 .htaccess 文件的内容是
RewriteEngine On
RewriteRule ^(assets).* $0 [L]
RewriteRule ^(app|bootstrap|config|cron|error|messages)\.php$ - [F,L]
RewriteRule ^(controller|helper|model|views) - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
谢谢
【问题讨论】: