I am having a problem with accessing my website. During the installation I renamed my system folder to bmsystem. When I go to bluemarigold.com/index.php, I get the login for the configuration page. When I go to bluemarigold.com/bmsystem/index.php, I get the following error message.
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Both index.php files contain this code to define the system folder:
$system_path = “./bmsystem”;
What am I missing here? On the web server, everything is in a folder called htdocs, so the actual path is /htdocs/bmsystem. Is this what I need to put?