Posted in PHP onFebruary 18, 2014
modrewrite.php
<?php echo "mod_rewrite works"; ?>
open_me.php
<?php echo "mod_rewrite does not work"; ?>
RewriteEngine on RewriteRule ^open_me.php$ modrewrite.php
php检测iis环境是否支持htaccess的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@