php pseudo-static
清白之年(出走半生归来仍是少年)
清白之年(出走半生归来仍是少年) 2020-08-27 15:38:13
0
0
879

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]

</IfModule>

This pseudo-static Always on the homepage without jumping

清白之年(出走半生归来仍是少年)
清白之年(出走半生归来仍是少年)

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template