RewriteEngine On
RewriteBase /blog/
RewriteRule ^c-(.*)$ catpost.php?id=$1 [L]
RewriteRule ^a-(.*)-(.*)$ archives.php?month=$1&year=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteRule ^(.*)$ viewpost.php?id=$1 [QSA,L]
检查此网址 - http://emkconsultant.com/blog/我认为.htaccess文件中的问题
也许来自您的 apache 服务器配置!从以下位置检查 apache 的错误日志:
/var/log/apache2/error.log