nginx.conf
location / {
root /var/www/html;
index index.php;
if (-f $request_filename) {
break;
}
try_files $uri $uri/ /index.php?sef_rewrite=1;
}
nginx は RewriteRule の QSAフラグ と違って何もしなくてもそのまま引数を渡せるみたい。
不躾ながらお伺いしますが、こちらは300点程度の商品数でも効果を感じられるものなのでしょうか?
返信削除