【发布时间】:2014-08-10 21:39:46
【问题描述】:
我有这样的网址
http://10.243.123.1/v1/data/register
我想将此网址重定向/重写到
https://10.243.123.1/data/register (This is HTTP POST/PUT/DELETE url)
即
1.should remove v1 and make https
2.If url does not contains v1 then just make https alone.
httpd.conf 文件中需要添加什么规则??
规则是转到 httpd.conf 还是 .htacccess 文件?
请分享你的想法
【问题讨论】:
标签: apache .htaccess https httpd.conf