[prisna-google-website-translator]
owl 自定义切换圆点
var banner_num = $(".banner .item").length; if(banner_num > 1){ var banner = $(".banner"); banner.owlCarousel({ animateOut: 'fadeOut', loop: true, autoplay:true, items: 1, pag…
magento 伪静态设置
location / { index index.html index.php; ## Allow a static html file to be shown first try_files $uri $uri/ @handler; expires 30d; } location /var/export/ { ## Allow admins on…
magento 线上搬家到线下
出现 No input file specified. 解决方法: ; cgi.force_redirect = 1 去掉前面分号,把后面的1改为0 即 cgi.force_redirect = 0
phpstudy nginx 设置伪静态
server { listen 80; server_name WWW.dbinpedestal.com gohosts.com; root "D:\phpStudy\PHPTutorial\WWW\dbinpedestal.com"; location / { if (!-e $request_filename) { rewrite ^(.*)$…