PHP method to detect whether the iis environment supports htaccess_PHP tutorial

WBOY
Release: 2016-07-13 10:24:51
Original
977 people have browsed it

modrewrite.php

Copy code The code is as follows:

open_me.php

Copy code The code is as follows:


Copy code The code is as follows:

RewriteEngine on
RewriteRule ^open_me.php$ modrewrite.php

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/825297.htmlTechArticlemodrewrite.php The copy code is as follows: ?php echo "mod_rewrite works"; ? open_me.php The copy code is as follows : ?php echo "mod_rewrite does not work"; ? Copy the code as follows...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!