Arabic url is not working in WordPress on Windows IIS Server Arabic url is not working in WordPress on Windows IIS Server wordpress wordpress

Arabic url is not working in WordPress on Windows IIS Server


This issues is caused due to IIS does not recognize the multi language urls, so

Try adding the following code at the end of the wp-config.php file:

if ( isset($_SERVER['UNENCODED_URL']) ) {$_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL'];}