Also, just FYI for people following along. The default location for the config.inc.php file in Threads is inside the /includes directory, but it is possible to locate this file above web root which is more secure. You do this by adding a path to your config file in the /includes/main.inc.php file.

For example, by default (if you are on a Cpanel server) your config file might be at:

/home/youruser/public_html/ubbthreads/includes/config.inc.php

You could move it here:
/home/youruser/config.inc.php (above the public_html directory) then insert that path into the main.inc.php for the $configdir variable.


Joshua Pettit
Web Developer
www.ThreadsDev.net | www.JoshuaPettit.com