进行url重定向方法

允许 .htaccess 覆盖(如果使用方法一)

在 Apache 配置中确保:

 

 

apache

<Directory "/var/www/html">
AllowOverride All
</Directory>