lz1988/miucool/master/home/.htaccess - Htaccess File

lz1988/miucool/master/home/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
#RewriteRule ^page/(d+).html$ index.php?page=$1
#RewriteRule ^po/(d+)/page/(d+).html$ write.php?po=$1&page=$2
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache