当前位置: 首页 > 2015年7月2日发布的所有文章
  • Ubuntu下的PHP开发环境架设

    今天重新装了ubuntu那么就吧过程记录下。 打开终端,也就是命令提示符。 我们先来最小化组建安装,按照自己的需求一步一步装其他扩展。命令提示符输入如下命令: 1 sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server 上面的命令是最小化组建安装amp也就是apache2 ,php5 和 mysql ...

    lingdu2015-07-02 13:33运维TipsUbuntu下的PHP开发环境架设已关闭评论
  • 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 ...

    lingdu2015-07-02 13:12网站技术PHP错误:Forbidden You don’t have permission to access / on this server已关闭评论,