Tips and tricks
How to allow wordpress to work on nginx MAMP PRO
Posted on December 1 2020
You will have to edit the template accessible from the MAMP PRO > File > Edit Template > Nginx
you should add
location /wp { index index.php; try_files $uri $uri/ /wp/index.php?$args; }
under the server which interests you
you can also place it under your location/ for multiple installations
location / {
try_files $uri $uri/ /wptest/index.php?$args /wp2/index.php?$args; }
AUTHOR
How to convert AMD exports to ES6 imports in IDE via regex
Regex to replace scss variables with css native variables
Recent Comments
- admin on Disable Windows 11 Autoupdate
- Christina on Disable Windows 11 Autoupdate
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator