我的网站出现问题,请使用数据库,
没有任何Css正在运行,也没有任何链接。 。 。
这是它的链接:http://lamett.co.ke/
奇怪的是,everythign在我的其他托管上完美地工作,但不是在我的客户中。 。 。我重写了.htacess文件,但它似乎改变了什么。
这是我的.htaccess(如果它与我联系,我认为)
#Fix Rewrite
Options -Multiviews
<Files ~ "^.(htaccess|htpasswd)$">
deny from all
</Files>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^admin/.*$ - [PT]
RewriteRule ^css/.*$ - [PT]
RewriteRule ^js/.*$ - [PT]
RewriteRule ^files/.*$ - [PT]
Options -Indexes
<FilesMatch ".(gif|jpg|jpeg|png|ico)$">
Header set Cache-Control "max-age=3600"
</FilesMatch>
RewriteRule ^(\w+)/rss?$ rss.php?lang=$1
RewriteBase /lamett_co_ke/
RewriteRule ^(\w+)/product/(\w+)/(\w+)/(\w+)?$ index.php? type=product&category=$2&subcategory=$3&product=$4&lang=$1
RewriteRule ^(\w+)/product/(\w+)/(\w+)?$ index.php?type=product&category=$2&subcategory=$3&lang=$1
RewriteRule ^(\w+)/product/(\w+)?$ index.php?type=product&category=$2&lang=$1
RewriteRule ^(\w+)/project/(\w+)/(\w+)?$ index.php?toptype=project&type=$2&lang=$1&ext=$3
RewriteRule ^(\w+)/project/(\w+)?$ index.php?toptype=project&type=$2&lang=$1
RewriteRule ^(\w+)/(\w+)/page-(\w+)?$ index.php?type=$2&page=$3&lang=$1
RewriteRule ^(\w+)/(\w+)/(\w+)?$ index.php?toptype=$2&type=$3&lang=$1
RewriteRule ^(\w+)/(\w+)?$ index.php?type=$2&lang=$1
#ErrorDocument 400 ./error/400.html
#ErrorDocument 404 ./error/404.html
DirectoryIndex index.html index.php
order deny,allow
真的很喜欢这方面的任何帮助,非常感谢你!