现在位置 >首页 > 所有关于Rewrite的文章
0+
用PHP语言做网站的时候.很多时候.想用到静态Rewrite. 下面的代码可以测试您的空间是否支持Rewrite   <?php         $result = apache_get_modules();         if(in_array(‘mod_rewrite’, $result)) {                 echo “<a href=http://www.yqyzj.cn>YQYZJ’s Blog</a>提 醒您.太棒了.你的空间支持rewrite.可以使用Rewrite静态网页.”;         } else {                 echo “<a href=http://www.yqyzj.cn>YQYZJ’s Blog</a>提 醒您.很抱谦.你的空间不支...
阅读全文
×
腾讯微博