|
|
诸多问题,还请各位高手帮忙,小弟感激不尽!!
不知道Mysql限制链接还是怎么回事,反正我速度老慢了!调数据库要好长时间才能调出来
大家可以帮忙看一下,www.wangzhanyouhua.net.cn 谢谢! wp的程序!
还有我用ecms提示 建立目录不成功 请问这个权限在哪里设置?谢谢!
我已经设置了.htaccess
以下是我的.htaccess全部内容
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# cancel mod security
SecFilterEngine Off
SecFilterScanPOST Off
经常出现错误,例如
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@neverseo.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.39 Server at wangdianhuoyuan.neverseo.com Port 80
晕死了。。
[ 本帖最后由 hackboss 于 2007-12-22 12:13 AM 编辑 ] |
|