In the default setup, WordPress will any 404 for static file extensions. e.g.
https://example.com/test.css (test.css doesn't exist, so the web server will pass it on to index.php i.e. WordPress).
Many times, due to some plugin like Autoptimize, WP Rocket, etc which change paths for css/js while...
I want to access `wp media` command but it's not avaialbe when using `plesk ext wp-toolkit --wp-cli -instance-`.
I tried install `wp` cli but I don't want to execute `wp` commands as root user.
I tried `su {username}` but it doesn't switch the user.
Please help.