htaccess问题

时间:2010-04-13 04:00:56

标签: apache .htaccess

RewriteEngine On
RewriteBase /home
RewriteRule ^()$ index.php [NC,L]
Rewritecond %{REQUEST_URI} !(^/?.*\..*$) [NC]
RewriteRule (.*)$ $1.php [NC]

当我访问http://dot.com/home/index.php/

时,我遇到了css问题(空白)

1 个答案:

答案 0 :(得分:0)

打开日志记录可以提供帮助。只需将这些指令添加到.htaccess文件中:

RewriteLog "/foo/bar.log" 
RewriteLogLevel 3

确保完成后关闭它们,因为它们可能会降低服务器速度。