Log in

View Full Version : Where to find my "config.php file"


New Joe
01-05-2010, 06:19 AM
I want to edit my config.php file but I don't know and can't find it.
Any help?

mozik
01-05-2010, 06:22 AM
forum/includes

ChopSuey
01-05-2010, 06:29 AM
if you uploaded the upload file itself check the /upload/includes the just type con and it will automatically lead you to the file "atleast thats what i do with FileZilla."

Karm4
02-17-2010, 06:06 AM
what would it be using /var/www ? I'm asked to use /var/www/example.com/www

mines /vb/includes/config.php so what would it be using that?

Marco van Herwaarden
02-17-2010, 08:40 AM
The absolute path will depend on the Operating System and installation of the server.

But you can find it in the PHP-Info in the AdminCP.

Alice
07-20-2018, 10:02 PM
I have never needed to include the absolute path unless I was setting up a forum installation on a local network. Check for a folder either called, "public_html" or "www" either one should work, but essentially, your looking for the public html folder, where all your web files would go to be accessed by the public.

Ex: public_html/forums/includes

Hope this helps. :)