Joomla3.x在Nginx下的伪静态规则
if ( $args ~ "mosConfig_[a-zA-Z_]{1,21}(=|%3d)" ) {
set $args "";
rewrite ^.*$ http://$host/index.php last;
return 403;
}
if (... if ( $args ~ "mosConfig_[a-zA-Z_]{1,21}(=|%3d)" ) {
set $args "";
rewrite ^.*$ http://$host/index.php last;
return 403;
}
if (...