美文网首页我爱编程
开启 apache 的 URL 重写的功能

开启 apache 的 URL 重写的功能

作者: 旧游旧游 | 来源:发表于2017-08-30 22:48 被阅读0次

    1、找到 apache 的httpd-conf 配置文件, 找到 rewrite 模块, 将其注释去掉

    2、 找到 DocumentRoot, 开启其重写功能,改为all

    3、在网站根目录一个隐藏文件  .htaccess文件

    4、重启 apache 服务器

    相关文章

      网友评论

        本文标题:开启 apache 的 URL 重写的功能

        本文链接:https://www.haomeiwen.com/subject/tscfjxtx.html