# 内容转移
header(‘HTTP/1.1 303 See Other’);
header(‘Location: 网站地址’);
# 内容转移
header(‘HTTP/1.1 303 See Other’);
header(‘Location: 网站地址’);
# 指定插件所在目录
extension_dir=”PHP路径\ext”
# 指定文件上传的临时目录
upload_tmp_dir=”PHP路径\cache\upload”
# 指定会话的保存目录
session.save_path=”PHP路径\cache\session”
# 使PHP支持短标签 <? ?>
short_open_tag=On
# 使PHP能输出错误信息
display_errors=On