我制作了一个RewriteRule集,它使用内部IP地址,但不使用外部IP地址/域。我得到'...无主机路由:AH00957:HTTP:尝试连接到83.136.91.105:80(*)失败'。规则不起作用:
RewriteRule ^/fundogfortidsminder$ /fundogfortidsminder/ [R,NC]
RewriteRule ^/fundogfortidsminder/$ /fundogfortidsminder/jsp/forside.jsp [P,NC]
http://ff.gis34.dk/fundogfortidsminder is not working
http://192.168.255.48/fundogfortidsminder working (ip within my local network)
有没有办法在Apache脚本中指定,这会在回复请求时强制Apache向我们提供本地IP地址
答案 0 :(得分:0)
我设法通过在/ etc / hosts
中添加我的域来解决问题192.168.255.48 ff.gis34.dk ff.gis34.dk