随笔分类 -  apache

摘要:错误信息[Sat Mar 09 23:06:30 2013] [alert] [client 127.0.0.1] /var/www/capitalog_ib/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration后来查到这是因为Php没有开启rewrite模块而无法重定向启用 Mod_rewrite 模块:sudo a2enmod rewrite此时,需要注意:sudo vim / 阅读全文
posted @ 2013-03-09 23:14 firesnow 阅读(2752) 评论(0) 推荐(0)
摘要:电脑不知道怎么设置的根目录下看不到所有文件夹而且打开一个新的文件夹显示Forbidden You don't have permission to access /atina/ on this server.最后没办法只能手动把文件夹加上权限chmod -R 777 atina //-R 递归修改,“/文件夹/“以下所有内容(包括文件夹)权限都设置为755 阅读全文
posted @ 2013-03-03 16:57 firesnow 阅读(256) 评论(0) 推荐(0)