首页 > 后端开发 > php教程 > mac 下 apache2 配置 rewrite_mod 问题

mac 下 apache2 配置 rewrite_mod 问题

WBOY
发布: 2016-06-06 20:44:48
原创
941 人浏览过

已经在 /etc/apache2/httpd.conf 中

去掉了

<code>LoadModule rewrite_module libexec/apache2/mod_rewrite.so 
</code>
登录后复制
登录后复制

前面的注释符号,phpinfo() 函数显示已加载 rewrite 模块

在 httpd.conf 文件末尾加入

<code>RewriteEngine on
RewriteRule ^/t_(.*).html$ /test.php?id=$1
</code>
登录后复制
登录后复制

进行测试时 rewrite 不起作用, 出现 404 错误

输入地址为:
http://localhost/~gipanda/projects/t_test.html

错误显示:
The requested URL /~gipanda/projects/t_test.html was not found on this server.

请问这是为什呢。。?

回复内容:

已经在 /etc/apache2/httpd.conf 中

去掉了

<code>LoadModule rewrite_module libexec/apache2/mod_rewrite.so 
</code>
登录后复制
登录后复制

前面的注释符号,phpinfo() 函数显示已加载 rewrite 模块

在 httpd.conf 文件末尾加入

<code>RewriteEngine on
RewriteRule ^/t_(.*).html$ /test.php?id=$1
</code>
登录后复制
登录后复制

进行测试时 rewrite 不起作用, 出现 404 错误

输入地址为:
http://localhost/~gipanda/projects/t_test.html

错误显示:
The requested URL /~gipanda/projects/t_test.html was not found on this server.

请问这是为什呢。。?

放到当前项目文件夹下的.htaccess 文件中。

遇到同样的问题请问怎么解决的

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板