I am have been able to view my setup dolphin in my html_public directory on my webhost. I am currently trying to move all of the Dolphin files to a different directory so that I can have a new landing page that is unrelated to my product. When I move all of the Dolphin related files to /html_public/nemo I get this error:
Warning: require_once(/home/ruchickn/public_html/inc/security.inc.php): failed to open stream: No such file or directory in /home/ruchickn/public_html/nemo/inc/header.inc.php on line 163
Fatal error: require_once(): Failed opening required '/home/ruchickn/public_html/inc/security.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ruchickn/public_html/nemo/inc/header.inc.php on line 163
To move the inc/ directory I do need to change the permissions to 755 and I make sure to change it back to 555 after the move is complete.
I would like to be able to edit my Dolphin as well as have an unrelated landing page. Please let me know what the solution is with this issue. Thank you.