php从5.2.x升级到5.3.2.出来问题了。有些原来能用的程序报错了。 报错内容是 Deprecated: Function session_register() is deprecated 查了一下是5.3这个session_register就不让用了,降回去?不爽。 有个解决方法是写一个函数 <?php // Fix for removed Session functions function fix_session_register(){ fu ...
当前位置: 首页 >
网站技术
-
PHP错误:Forbidden You don’t have permission to access / on this server
Forbidden You don’t have permission to access / on this server. 在服务器更改Apache默认路径以后出现错误提示,按照以下方法操作: 修改一下php的配置文件httpd.conf。 在原有的位置文件中找到配置节 <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy ...
-
禁止Apache列出目录内容【零度】
禁止Apache显示目录索引,禁止Apache显示目录结构列表,禁止Apache浏览目录,这是网上提问比较多的,其实都是一个意思。下面说下禁止禁止Apache显示目录索引的常见的3种方法。 要实现禁止Apache显示目录索引,只需将 Option 中的 Indexes 去掉即可。 1)修改目录配置: . 代码如下: <Directory “D:/Apache/blog ...
最活跃的读者