Intermediary trading http://www.aliyun.com/zixun/aggregation/6858.html"> SEO diagnostic Taobao customer hosting technology hall
Gateway through PBDIGG pseudo static web page settings
PBDIGG program URL rewriting can be achieved pseudo-static link, so search engines get the contents of them.
After PBDIGG 2.0 version and the Chinese search engine Baidu similar page structure.
Make sure your server supports PBDIGG pseudo-static regularity before you turn on this feature, otherwise there will be an error that the page can not be opened.
Create a .htaccess file (enter the following code) and upload it to the server root:
#Start------------------------------------------------ ----------------------------------------
# Open RewriteEngine mode
RewriteEngine On
# Modify the following statement / pbdigg2 for your PBDIGG installation directory address, if the program on the root directory, change / pbdigg2 to /
RewriteBase /
# Rewrite system rules Do not modify the official version of PBDIGG 2.0
RewriteRule ^ index \ .html (& page = ([0-9] +))? $ Index \ .php \? Page = $ 2
RewriteRule ^ category / ([0-9] +) (& page = ([0-9] +))? $ Category \ .php \? Cid = $ 1 & page = $ 3
RewriteRule ^ user / ([0-9] +) (& page = ([0-9] +))? $ User \ .php \? Uid = $ 1 & page = $ 3
RewriteRule ^ show / ([0-9] +) \. Html (& page = ([0-9] +))? $ Show \ .php?? Tid = $ 1 & page = $ 3
# 404 error page definition
ErrorDocument 404 /404.htm
#End------------------------------------------------ ----------------------------------------