1DirectoryIndex index.php index.html2<IfModule mod_rewrite.c>3RewriteEngine On4RewriteBase /5RewriteRule ^index\.php$ - [L]6RewriteCond %{REQUEST_FILENAME} !-f7RewriteCond %{REQUEST_FILENAME} !-d8RewriteRule . /index.php [L]9</IfModule>10