ErrorDocument 404 //www.veloceshop.com/ RewriteEngine On #RewriteCond %{HTTP:User-Agent} (360|sogou|sogo|m.sogou|ucbrowser|baidu) [NC] RewriteRule ^(.*)list-([0-9]+)-([0-9]+).html$ $1/index\.php\?m=content&c=index&a=lists&catid=$2&page=$3 RewriteRule ^(.*)show-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/index\.php\?m=content&c=index&a=show&catid=$2&id=$3&page=$4 RewriteRule ^(.*)m.html$ $1/index\.php\?m=wap&siteid=1&c=index&a=index RewriteRule ^(.*)m-([0-9]+).html$ $1/index\.php\?m=wap&siteid=1&c=index&a=lists2019&catid=$2 RewriteRule ^(.*)m-([0-9]+)-([0-9]+).html$ $1/index\.php\?m=wap&siteid=1&c=index&a=show&catid=$2&id=$3 RewriteRule ^(.*)wap$ $1/index\.php\?m=wap [L,R=301] RewriteRule ^(.*)best$ $1/index\.php\?m=content&c=index&a=best RewriteRule ^newsList/([0-9a-zA-Z]+)/([0-9a-zA-Z]+).html$ newList\.html [NC] RewriteRule statics/(.*).(php)$ / [F] RewriteRule file/(.*).(php)$ / [F] RewriteRule uploadfile/(.*).(php)$ / [F] RewriteRule upload/(.*).(php)$ / [F] RewriteRule zhuanqu/(.*).(php)$ / [F] #RewriteRule special/(.*).(php)$ / [F] RewriteRule cloud/(.*).(php)$ / [F] RewriteRule blockchain/(.*).(php)$ / [F] RewriteRule safe/(.*).(php)$ / [F] RewriteRule news/(.*).(php)$ / [F] RewriteRule zixun/(.*).(php)$ / [F] RewriteRule cmmi/(.*).(php)$ / [F] RewriteRule 2018/(.*).(php)$ / [F] deny from all RewriteEngine on RewriteCond %{HTTP_HOST} ^(soft6\.com)(:80)? [NC] RewriteRule ^(.*) //www.veloceshop.com/$1 [R=301,L] order deny,allow