看客肥猫 一只平凡而又懒惰的肥猫

🔖html

1、Linux Apache环境(.htaccess):<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond % !-f RewriteCond % !-d RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] </IfModule>
博主
肥猫
14年前
1、Linux Apache环境(.htaccess):<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond % !-f RewriteCond % !-d RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] </IfModule>