Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Retrieve WordPress root directory path? #9941
    blankmike-ciffone
    Participant

    Why was this made so complicated? One command:

    Nginx

    grep -i 'root' /etc/nginx/sites-enabled/*

    Apache

    grep -i 'DocumentRoot' /etc/apache2/sites-enabled/*

Viewing 1 post (of 1 total)