How can I modify the base url manually in Joomla Website

How can I modify the base url manually in Joomla Website

In this article describes how to change or modify the base url of the Joomla website by manually in details.

In the includes/application.php search for "setBase"

Replace the line

$document->setBase(htmlspecialchars(JURI::current()));

with

$document->setBase(htmlspecialchars(JURI::base()));