2012年10月31日

grep -i pattern files :不区分大小写地搜索。默认情况区分大小写,

摘要: grep -i pattern files :不区分大小写地搜索。默认情况区分大小写, 阅读全文

posted @ 2012-10-31 17:52 haven24 阅读(2818) 评论(0) 推荐(0)

网站出现无法访问,问题如下图所示

摘要: This is the LxAdmin Default Page for abc.com If you are seeing this page, it means that the Domain has been successfully configured on the machine, but the files has not been uploaded yet. Please contact the adminstrator for the login information..htaccess添加如下代码 DirectoryIndex index.php 阅读全文

posted @ 2012-10-31 11:27 haven24 阅读(369) 评论(0) 推荐(0)

转移zencart网站时,后台出现空白页面

摘要: 先开启后台错误输出:admin/includes/extra_configures/enable_error_logging.php@ini_set('display_errors', 0);设为@ini_set('display_errors', 1);错误排除后再设为原来的值如果出现这个session的错误:Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at admi 阅读全文

posted @ 2012-10-31 10:14 haven24 阅读(1493) 评论(0) 推荐(0)

错误 330 (net::ERR_CONTENT_DECODING_FAILED):未知错误解决办法 zencart

摘要: 此为从服务器拷贝代码到本地,配置本地环境出现330错误:错误 330 (net::ERR_CONTENT_DECODING_FAILED):未知错误。方法1:打开后台控制面板:Configuration->Enable GZip Compression属性值 设为 0;方法2:打开/includes/init_includes/init_gzip.php找到源代码:if ($_GET['main_page'] != FILENAME_DOWNLOAD && GZIP_LEVEL =='1'&& $ext_zlib_loade 阅读全文

posted @ 2012-10-31 10:14 haven24 阅读(13388) 评论(0) 推荐(0)

导航