|
我又有问题了
系统放在window 是可以在 在linux 下 不行
假设“sss”为程序文件夹
错误为
404 Page Not Found
The page you requested was not found.
在logs 里面的
DEBUG - 2010-01-30 23:52:21 --> Config Class Initialized
DEBUG - 2010-01-30 23:52:21 --> Hooks Class Initialized
DEBUG - 2010-01-30 23:52:21 --> URI Class Initialized
ERROR - 2010-01-30 23:52:21 --> 404 Page Not Found --> sss
直接访问下面的路径
http://xxx.net/sss/index.php/logins
显示
No input file specified.
附加php。ini
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so |
|