编辑配置文件:/etc/apache2/apache2.conf(非常靠后的位置),将里面的AllowOverride选项由None设置为All. <Directory /> Options FollowSymLinks AllowOverride All Require all denied </Directory> <Directory /usr/share> AllowOverride All Require all granted </Directory&…
刚安装了ubuntu之后的主要安装命令无非就是apt-get install了,然而很多都在这里就夭折了. 使用apt-get install ***需要先执行apt-get update 加载文件包 而有些ubuntu 的 apt-get update 并没有想象的一样好使,竟然一直报错 E:Some index files failed to download. They have been ignored, or old ones used instead 主要是有些源并不存在才会导致报错…