分类:
2010-09-03 12:24:43
# BEGIN WordPress简单来说,就是将访问到非实际存在的文件或者目录的URL全部转向至index.php。index.php接受到这个URL后可以根据这个URL的某些部分来确定要访问的具体页面。
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
chinaunix网友2010-09-05 14:53:00
Download More than 1000 free IT eBooks: http://free-ebooks.appspot.com