当前文件名:index.html(例如放在192.223.XXX.XXX) <base href="192.168.XXX.XXX/s/" />//资源例如都放在192.168.XXX.XXX/s/,有css,ja,img... <link rel="stylesheet" type="text/css" href="css/style.css" /> <script src="js/jquery-2.1.3.min.js"></script> <script src="js/jquery.md5.js"></script> //php文件放在 192.223.XXX.XXX 中(注意:只有index.html和php放在一起。) <form id="userPwdlogin" class="login" method=post action="d/engine_test.php">
现在的问题是:from中的action也会被base影响。怎么样禁止这种影响?不然的话,我在提交form的时候,会403的。
我查询过,base会影响到form中的action。
指向根目录呢?action="/d/ee"
目前的方法是:src,href里面把URL写全了。有点笨。这里是只有3个。