• Hi all. We have had reports of member's signatures being edited to include malicious content. You can rest assured this wasn't done by staff and we can find no indication that the forums themselves have been compromised.

    However, remember to keep your passwords secure. If you use similar logins on multiple sites, people and even bots may be able to access your account.

    We always recommend using unique passwords and enable two-factor authentication if possible. Make sure you are secure.
  • Be sure to join the discussion on our discord at: Discord.gg/serebii
  • If you're still waiting for the e-mail, be sure to check your junk/spam e-mail folders

How to find file system path of my Wordpress blog?

TWN

5326 7398 1244
I'm working hard as an inexperienced web developer to put together a website for a project I will soon start. I'm using WordPress, phpBB, and some software called WP-United (a mod for phpBB) that links the Wordpress blog with the phpBB forum. I successfully added the mod to my phpBB forum, and now its asking for the file system path of my Wordpress blog. When I go to my site host, it shows my site's file system path, which I will say is /home/xxxxxxx because I would rather not reveal the real path to my website at this time. So originally I had the Wordpress blog in the root directory of my site, so for the file system path of the blog I tried /home/xxxxxxx. I got a message saying there was no Wordpress install at that location. So I tried uploading Wordpress to its own directory, and tried /home/xxxxxxx/wordpress. That didn't work either. Am I getting the file system path wrong or something?
 

zeroality

Beginning Trainer
You probably need to include the public_html part in there.

This seems like it would help.

So basically try /public_html/site/directory or public_html/site/directory
 
Last edited:
Top