From 3f428ee462303c8d14bbdfa6c365cd245b08dc91 Mon Sep 17 00:00:00 2001 From: Ibtihel El Bache Date: Fri, 10 Mar 2023 12:17:43 +0100 Subject: [PATCH] Update wp-config.php define('WP_HOME', 'http://leocontact.azurewebsites.net'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); define('WP_SITEURL', 'http://leocontact.azurewebsites.net'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); --- wp-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config.php b/wp-config.php index 94a31aa801..4d12503854 100644 --- a/wp-config.php +++ b/wp-config.php @@ -124,8 +124,8 @@ /* Add any custom values between this line and the "stop editing" line. */ //Relative URLs for swapping across app service deployment slots -define('WP_HOME', 'http://'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); -define('WP_SITEURL', 'http://'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); +define('WP_HOME', 'http://leocontact.azurewebsites.net'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); +define('WP_SITEURL', 'http://leocontact.azurewebsites.net'. filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING)); define('WP_CONTENT_URL', '/wp-content'); define('DOMAIN_CURRENT_SITE', filter_input(INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING));