I have to recover blog posts from files in my hosting server. I had about a 1000 posts. WHere do i look for it in the filesystem.
My website is not working. which subdirectory under public_html can i look for my categories and blog posts
All post text, formatting, location, categories, user details, setting etc. are in the database. Your media files (images, audio, video and documents you may have uploaded) are in in the /media/blogs/* directories by default.
So ideally you will have access to a database manager like phpMyAdmin and from there export the database as an sql file, which is a prtrcated text file and you can read all the contents with the relevant SQL coding embeded.
All post text, formatting, location, categories, user details, setting etc. are in the database. Your media files (images, audio, video and documents you may have uploaded) are in in the /media/blogs/* directories by default.
So ideally you will have access to a database manager like phpMyAdmin and from there export the database as an sql file, which is a prtrcated text file and you can read all the contents with the relevant SQL coding embeded.