首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

apache基于ssl配备weblogic(二)

2012-09-05 
apache基于ssl配置weblogic(二)6. 使用mod_rewrite来重写URL,? ? 将rewrite_module modules/mod_rewrite.s

apache基于ssl配置weblogic(二)

6. 使用mod_rewrite来重写URL,

? ? 将rewrite_module modules/mod_rewrite.so放开

? ? 在http.conf中新写入:

? ??<IfModule mod_rewrite.c>

RewriteEngine on

RewriteRule ^/test1/ http://localhost/test-web/test

? ? </IfModule>

? ? 重要的是RewriteEngine on

? ? 下面是url做的映射,支持正则表达式

? ? 这样凡是访问test1的请求都直接重定向到http://localhost/test-web/test

热点排行