Yourphp apache 伪静态规则
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?s=$1 [QSA,PT,L]
RewriteRule ^(.*)Yourphp/Tpl/(.*).html$ /403.html [QSA,PT,L]Yourphp apache 伪静态规则 Options +FollowSymLinks RewriteEngine On RewriteCond %{REQU...
Yourphp apache 伪静态规则
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?s=$1 [QSA,PT,L]
RewriteRule ^(.*)Yourphp/Tpl/(.*).html$ /403.html [QSA,PT,L]