cike0415 发表于 2016-12-31 10:57:09

apache install rewrite 启动APACHE的REWRITE 模块

  启用 mod_rewrite 模块

sudo a2enmod rewrite

记住以下几个命令和位置就行了。

sudo/etc/init.d/apache2 restart (重启 apache)
sudo gedit /etc/php5/apache2/php.ini (配置 php.ini)
sudo gedit /etc/apache2/apache2.conf (配置 apache2.conf)
/var/www/(主目录位置)
页: [1]
查看完整版本: apache install rewrite 启动APACHE的REWRITE 模块