pls from the code below how can i point the base url to the root of my website, the ROOT_PATH works fine therefore my domain (http://yprinceznews.epizy.com) could view the index.php file however the (http://localhost/complete-blog-php/) address was the used while creating the project via XAMP.
i can’t fine any errors when i inspect the index.php page but clicking on any provide the 404 error and the page is completely separated from the image, includes, other files.
the main problem here is know the address that will best replace address in the BASE_URL below
// define global constants
define ('ROOT_PATH',realpath(dirname(_FILE_)));
define('BASE_URL', 'http://localhost/complete-blog-php/');