Current File : //etc/nginx/conf.d/users/shadowac/shadowace.com/wp-toolkit.conf |
# This file is automatically generated by WP 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 WP Toolkit UI.
# "Block access to xmlrpc.php"
# To remove this rule, revert this security measure on each WordPress installation on this domain
location ~* xmlrpc.php { deny all; }
# 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 ~* "^/wptest/") {
set $sef_entry_point "/wptest/index.php?$args";
}
if ($uri ~* "^/thebuzzlife/") {
set $sef_entry_point "/thebuzzlife/index.php?$args";
}
if ($uri ~* "^/katherinejoy/") {
set $sef_entry_point "/katherinejoy/index.php?$args";
}
if ($uri ~* "^/genarthub\.com/") {
set $sef_entry_point "/genarthub.com/index.php?$args";
}
if ($uri ~* "^/allbutone\.org/") {
set $sef_entry_point "/allbutone.org/index.php?$args";
}
if ($uri ~* "^/hardresetme\.com/") {
set $sef_entry_point "/hardresetme.com/index.php?$args";
}
if ($uri ~* "^/themadmorgan\.com/") {
set $sef_entry_point "/themadmorgan.com/index.php?$args";
}
if ($uri ~* "^/curliajewelry\.com/") {
set $sef_entry_point "/curliajewelry.com/index.php?$args";
}
if ($uri ~* "^/yoursecuretech\.ca/") {
set $sef_entry_point "/yoursecuretech.ca/index.php?$args";
}
if ($uri ~* "^/cantfightcityhall/") {
set $sef_entry_point "/cantfightcityhall/index.php?$args";
}
if ($uri ~* "^/freelancers_guild/") {
set $sef_entry_point "/freelancers_guild/index.php?$args";
}
if ($uri ~* "^/healthwealthlifeca/") {
set $sef_entry_point "/healthwealthlifeca/index.php?$args";
}
if ($uri ~* "^/getoffmysoapbox\.com/") {
set $sef_entry_point "/getoffmysoapbox.com/index.php?$args";
}
if ($uri ~* "^/mictimewithmike\.com/") {
set $sef_entry_point "/mictimewithmike.com/index.php?$args";
}
if ($uri ~* "^/michaelehrhardt\.com/") {
set $sef_entry_point "/michaelehrhardt.com/index.php?$args";
}
if ($uri ~* "^/enlightentheworld\.ca/") {
set $sef_entry_point "/enlightentheworld.ca/index.php?$args";
}
if ($uri ~* "^/starvingcreators\.com/") {
set $sef_entry_point "/starvingcreators.com/index.php?$args";
}
if ($uri ~* "^/empireforlegends\.com/") {
set $sef_entry_point "/empireforlegends.com/index.php?$args";
}
if ($uri ~* "^/thatisyouropinion\.com/") {
set $sef_entry_point "/thatisyouropinion.com/index.php?$args";
}
if ($uri ~* "^/beststreaminggear\.com/") {
set $sef_entry_point "/beststreaminggear.com/index.php?$args";
}
if ($uri ~* "^/soothingcalmrelaxing\.com/") {
set $sef_entry_point "/soothingcalmrelaxing.com/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;