您现在的位置:
  1. 首页
  2. 免费空间
  3. 000webhost中.htaccess静态

000webhost中.htaccess静态

  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteBase /
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteRule . /index.php [L]
  7. </IfModule>

发表评论

必填

必填