网店shopex伪静态设置方法 -->虚拟主机虚拟主机 网店shopex伪静态设置方法 1,新建一个文本文档。 2,复制以下内容到此文本文档: #$Id: root.htaccess 17348 2008-12-23 05:53:22Z tt $ AddEncoding gzip .jgz AddType ”text/javascript;charset=UTF-8” .jgz AddEncoding gzip .zcss AddType ”text/css;charset=UTF-8” .zcss RewriteEngine on # 设置RewriteBase的值为你的商店目录地址 RewriteBase / RewriteRule ^themes/.*\.(html|xml)$ / [F] RewriteCond %{REQUEST_FILENAME} \.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] SecFilterEngine Off SecFilterScanPOST Off 然后保存。 上传到您的虚拟主机空间里去,改文档名为 .htaccess 注意前面有个点!!! 找到shopex的后台,找到静态功能,点击使用,就成功啦!! 如果还不能成功生成伪静态,请直接联系我们的在线客服,我们会教您设置!! 香港空间需要备案吗? 怎么样用FTP上传网页资料? 如何免费试用我们的虚拟主机? 什么是虚拟主机,为什么要使用虚拟主机? 企业 邮箱说明 网店shopex伪静态设置方法 #$Id: root.htaccess 17348 2008-12-23 05:53:22Z flaboy $ AddEncoding gzip .jgz AddType "text/javascript;charset=UTF-8" .jgz AddEncoding gzip .zcss AddType "text/css;charset=UTF-8" .zcss <IfModule mod_rewrite.c> RewriteEngine on # 设置RewriteBase的值为你的商店目录地址 RewriteBase / RewriteRule ^themes/.*\.(html|xml)$ / [F] RewriteCond %{REQUEST_FILENAME} \.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] </IfModule> <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
网店shopex伪静态设置方法 -->虚拟主机虚拟主机
1,新建一个文本文档。 2,复制以下内容到此文本文档: #$Id: root.htaccess 17348 2008-12-23 05:53:22Z tt $ AddEncoding gzip .jgz AddType ”text/javascript;charset=UTF-8” .jgz AddEncoding gzip .zcss AddType ”text/css;charset=UTF-8” .zcss RewriteEngine on # 设置RewriteBase的值为你的商店目录地址 RewriteBase / RewriteRule ^themes/.*\.(html|xml)$ / [F] RewriteCond %{REQUEST_FILENAME} \.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] SecFilterEngine Off SecFilterScanPOST Off 然后保存。 上传到您的虚拟主机空间里去,改文档名为 .htaccess 注意前面有个点!!! 找到shopex的后台,找到静态功能,点击使用,就成功啦!!
如果还不能成功生成伪静态,请直接联系我们的在线客服,我们会教您设置!!
网店shopex伪静态设置方法
#$Id: root.htaccess 17348 2008-12-23 05:53:22Z flaboy $
AddEncoding gzip .jgz AddType "text/javascript;charset=UTF-8" .jgz
AddEncoding gzip .zcss AddType "text/css;charset=UTF-8" .zcss
<IfModule mod_rewrite.c> RewriteEngine on
# 设置RewriteBase的值为你的商店目录地址 RewriteBase / RewriteRule ^themes/.*\.(html|xml)$ / [F] RewriteCond %{REQUEST_FILENAME} \.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] </IfModule>
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>