# This file is automatically generated by WordPress Toolkit. # Please do not modify the contents of this file, because this can lead to reduced security or malfunctioning of your website. # If the file was accidentally modified or otherwise damaged, you can regenerate it by deleting it and reapplying all security # measures for this site in WordPress Toolkit UI. # WordPress permalink # To remove this rule, add "wordpressPermalinkHandlingFeature = false" in the [ext-wp-toolkit] section of panel.ini # then reconfigure the current domain set $sef_entry_point /; if ($uri ~* "^/bme/") { set $sef_entry_point "/bme/index.php?$args"; } if ($uri ~* "^/site/") { set $sef_entry_point "/site/index.php?$args"; } if ($uri ~* "^/temas/") { set $sef_entry_point "/temas/index.php?$args"; } if ($uri ~* "^/sandra/") { set $sef_entry_point "/sandra/index.php?$args"; } if ($uri ~* "^/modelo/") { set $sef_entry_point "/modelo/index.php?$args"; } if ($uri ~* "^/fabiana/") { set $sef_entry_point "/fabiana/index.php?$args"; } if ($uri ~* "^/isareis/") { set $sef_entry_point "/isareis/index.php?$args"; } if ($uri ~* "^/mulheres/") { set $sef_entry_point "/mulheres/index.php?$args"; } if ($uri ~* "^/brilhante/") { set $sef_entry_point "/brilhante/index.php?$args"; } if ($uri ~* "^/novaestrada/") { set $sef_entry_point "/novaestrada/index.php?$args"; } location @wpt_permalinks_fallback { try_files $uri $sef_entry_point; } error_page 404 = @wpt_permalinks_fallback; error_page 405 = @wpt_permalinks_fallback;