• Hey all, due to some issues ith some false DMCAs, we've had to censor a few things until the situation is resolved. Sorry for any inconvenience
  • 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