通过htaccess实现301重定向
1、出于SEO考虑,将wangqu.org重定向至www.wangqu.org。本站就使用了这种重定向的方法避免页面权重分散。
一旦选择了带WWW的为主域名,今后就不要随意更改,方法如下:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.wangqu.org$ [NC]
Re……
magento 用户注册没反应
If you're using a custom theme, make sure you update the customer registration form template, which is updated in Magento 1.9.2.2 (and security patch SUPEE-6788). It is located in:
template/customer/form/register.phtml (line 46)
OR
template/persistent……
magento出错(后台登录不上、前台不显示)
a:5:{i:0;s:504:"SQLSTATE[HY000]: General error: 1030 Got error -1 from storage engine, query was: SELECT `main_table`.*, `comments_select`.`comment_count` FROM `aw_blog` AS `main_table`
LEFT JOIN `aw_blog_store` AS `store_table` ON main_table.post_id = store……