检查是否安装了Apache&ŧ039;的modŧu rewrite。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查是否安装了Apache&ŧ039;的modŧu rewrite。相关的知识,希望对你有一定的参考价值。

*Example:*

if (!isRewriteMod()) exit('Please install Apache mod_rewrite module.');
  1. /**
  2.  * @title Check if Apache's mod_rewrite is installed.
  3.  *
  4.  * @author Pierre-Henry Soria <[email protected]>
  5.  * @copyright (c) 2013, Pierre-Henry Soria. All Rights Reserved.
  6.  * @return boolean
  7.  */
  8. function isRewriteMod()
  9. {
  10. if (function_exists('apache_get_modules'))
  11. {
  12. $aMods = apache_get_modules();
  13. $bIsRewrite = in_array('mod_rewrite', $aMods);
  14. }
  15. else
  16. {
  17. $bIsRewrite = (strtolower(getenv('HTTP_MOD_REWRITE')) == 'on');
  18. }
  19.  
  20. return $bIsRewrite;
  21. }

以上是关于检查是否安装了Apache&ŧ039;的modŧu rewrite。的主要内容,如果未能解决你的问题,请参考以下文章

Ping随机IP以查看是否存在&ŧ039;的连接

使用TextMate&ŧ039;的tmŧdialog命令创建用户定义的菜单

使用TextMate&ŧ039;s tmŧdialog命令显示警报框

枚举SSID&ŧ039;s

&#wordpress中的Include&ŧ039;函数

用户PHP&ŧ039;的herdoc语法