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/
ARCHIVE
Uncategorized

Posted on November 3 2020
search: \$(.*?)( |}|;) replace var(--$1)$2
Posted on October 27 2020
zip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"
Posted on October 12 2020
go to the directory you want to setup these, open a Terminal and write npm init enter provided details install Babel and optional presets npm i --save-dev @babel/core@^7 @babel/preset-env@^7 @babel/preset-react@^7 babel-loader@^8 install Webpack npm i --save-dev webpack@^5 webpack-cli@^3 webpack-dev-server@^3 install Loaderss npm i --save-dev node-sass@^4 css-loader@^5 raw-loader@^4 sass-loader@^10 style-loader@^2
Posted on April 20 2020
run in Terminal launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
Posted on April 12 2020
Just input this command in Terminal sudo ifconfig lo0 alias 192.168.100.107 ports will be forwarded as well
Recent Comments