Server version: Apache/2.4.18 (Ubuntu)
1.sudo a2enmod rewrite
2.sudo vim /etc/apache2/sites-enabled/000-default.conf
3.将下面这段粘贴进去
<Directory "/var/www/html"> AllowOverride All </Directory>
4.重启apache,sudo service apache2 restart
Server version: Apache/2.4.18 (Ubuntu)
1.sudo a2enmod rewrite
2.sudo vim /etc/apache2/sites-enabled/000-default.conf
3.将下面这段粘贴进去
<Directory "/var/www/html"> AllowOverride All </Directory>
4.重启apache,sudo service apache2 restart
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。