php检测apache mod_rewrite模块是否安装的方法
本文实例讲述了php检测apachemod_rewrite模块是否安装的方法。分享给大家供大家参考。具体实现方法如下:
/**
*@titleCheckifApache'smod_rewriteisinstalled.
*
*@authorPierre-HenrySoria<ph7software@gmail.com>
*@copyright(c)2013,Pierre-HenrySoria.AllRightsReserved.
*@returnboolean
*/
functionisRewriteMod()
{
if(function_exists('apache_get_modules'))
{
$aMods=apache_get_modules();
$bIsRewrite=in_array('mod_rewrite',$aMods);
}
else
{
$bIsRewrite=(strtolower(getenv('HTTP_MOD_REWRITE'))=='on');
}
return$bIsRewrite;
}
使用方法:
if(!isRewriteMod())exit('PleaseinstallApachemod_rewritemodule.');
希望本文所述对大家的php程序设计有所帮助。
热门推荐
2 家长会简短祝福语
10 预祝中秋简短的祝福语
11 员工聚餐中秋祝福语简短
12 周六早晨祝福语简短
13 老师结婚祝福语评论简短
14 新婚祝福语英语简短精辟
15 元旦祝福语简短小学
16 新年祝福语简短小猪
17 医师考试祝福语毕业简短
18 2026腊八简短祝福语