It appears with 3.3.14 the URL is located in the /var/www/html/elgg/elgg-config/php config files. If I want to change the URL is that the place to do it? I searched the database through metadata and config and there is no place for it there.
I also noticed the db password is in clear text in the config file which concerns me.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.Read about Duplicate installation and select the part where URL changes.
TL;DR you should change in the elgg-config/settings.php
and update webserver config.
Then run upgrade.php
That's all.
Don't worry about this - Elgg is very secure framework.
Anyway, I suggest to set chmod 444 and chown localuser:localuser (where 'localuser' is second user after 'root' in your system) on elgg-config/settings.php after installation (not before).