mac 下 apache2 配置 rewrite_mod 问题
程序员文章站
2022-05-18 18:39:57
...
已经在 /etc/apache2/httpd.conf 中
去掉了
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
前面的注释符号,phpinfo() 函数显示已加载 rewrite 模块
在 httpd.conf 文件末尾加入
RewriteEngine on
RewriteRule ^/t_(.*).html$ /test.php?id=$1
进行测试时 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 中
去掉了
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
前面的注释符号,phpinfo() 函数显示已加载 rewrite 模块
在 httpd.conf 文件末尾加入
RewriteEngine on
RewriteRule ^/t_(.*).html$ /test.php?id=$1
进行测试时 rewrite 不起作用, 出现 404 错误
输入地址为:
http://localhost/~gipanda/projects/t_test.html
错误显示:
The requested URL /~gipanda/projects/t_test.html was not found on this server.
请问这是为什呢。。?
放到当前项目文件夹下的.htaccess 文件中。
遇到同样的问题请问怎么解决的
上一篇: Oracle收购Sun 红色巨人将崛起
下一篇: python实现ping的方法
推荐阅读
-
在XAMPP下PHP环境配置问题
-
Mac下配置phpredis扩展
-
Mac OS X下PhpStorm+MAMP PRO+Xdebug+FireFox集成开发和断点调试环境配置
-
mac os下开发系列-配置 maven 3 mac os配置 maven 3
-
Mac下mysql 5.7.17 安装配置方法图文教程
-
Mac OS10.11下mysql5.7.12 安装配置方法图文教程
-
MAC下MYSQL5.7.17连接不上的问题及解决办法
-
mac配置tomcat教程(tomcat启动遇到问题)
-
在Mac OS的PHP环境下安装配置MemCache的全过程解析
-
Mac下mysql 5.7.13 安装配置方法图文教程