Debian开启Apache rewrite MOD
使能Apache加载rewrite MOD [crayon-68864f314578b325588497/] 如果有rewrite.load则表明模块已经加载,如果没有的话可以用一下2中方式使能 [crayon-68864f314578f443357609/] [crayon-68864f3145790461909748/] 使能Apache Override 编辑/etc/apache2/sites-available/default文件 找到 [crayon-68864f3145791145974288/] 改为 [crayon-68864f3145792115729910/] 重新加载Apache配置 [crayon-68864f3145793508500532/] 参考资料 http://tymonn.wordpress.com/2009/07/31/how-to-enable-mod_rewrite-in-apache2-debianubuntu/