Skip to main content

3 posts tagged with "devops"

View All Tags

How to Serve Wordpress Site from Subdirectory

· 3 min read

Wordpress by default is installed in the root directory var/www/abc.com/public_html. This causes a lot of inconvenience as often we need to install other files into separate subdirectories under root directory. A good installation practice should keep every project in its own subdirectory.