1.项目在当前目录下的一个文件夹test
############################################
## you can put here your magento root folder
## path relative to web root
RewriteBase /test/
############################################
## you can put here your magento root folder
## path relative to web root
RewriteBase /test/
############################################
2.网站视频播放
############################################
## this line is specific for 1and1 hosting
#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php
AddType video/mp4 .mp4 .m4v
AddType video/webm .webm
AddType video/ogg .ogv .ogg
############################################