Recent Topics

1 Dec 12, 2019 06:03    

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

2 Dec 12, 2019 13:43

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.


Form is loading...