Apache htaccess问题

Apache htaccess问题,apache,.htaccess,Apache,.htaccess,当我访问时遇到css问题(空白)打开日志记录会有所帮助。只需将以下指令添加到.htaccess文件: RewriteEngine On RewriteBase /home RewriteRule ^()$ index.php [NC,L] Rewritecond %{REQUEST_URI} !(^/?.*\..*$) [NC] RewriteRule (.*)$ $1.php [NC] 完成后请确保将其关闭,因为它们会降低服务器的速度 RewriteLog "/foo/bar.log" R

当我访问时遇到css问题(空白)

打开日志记录会有所帮助。只需将以下指令添加到.htaccess文件:

RewriteEngine On
RewriteBase /home
RewriteRule ^()$ index.php [NC,L]
Rewritecond %{REQUEST_URI} !(^/?.*\..*$) [NC]
RewriteRule (.*)$ $1.php [NC]
完成后请确保将其关闭,因为它们会降低服务器的速度

RewriteLog "/foo/bar.log" 
RewriteLogLevel 3