日期:2014-05-17 浏览次数:20513 次
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteBase /
# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^.*(\.css|\.js|\.gif|\.png|\.jpg|\.jpeg)$
RewriteRule ^(.*)$ index\.php?main_page=$1&%{QUERY_STRING} [L]
<?php echo $_GET['main_page'] ?>
RewriteCond %{REQUEST_FILENAME} !-s