Posts by Emerson Oliveira • 31 points
2 posts
-
1
votes1
answer31
viewsA: Multisite Wordpress: Problem to access secondary site panel
Review the following steps: 1- Add the following code to your file wp-config.php in /var/www/html/ above the line: /* That’s all, stop editing! Enjoy publishing. */: define('MULTISITE', true);…
-
2
votes1
answer31
viewsQ: How to create an alias in Powershell?
I work with projects that use different versions of Node and want to create an alias for versions in Powershell. Ex: nvm-version-default nvm use 14.17.3 nvm-version-oldProject nvm use 12.20.0…
powershellasked Emerson Oliveira 31