We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Like if WP is in subdirectory:
location / { try_files $uri /wordpress/index.php?q=$uri&$args; } location /wordpress { index index.php index.html index.htm; try_files $uri $uri/ /index.php?q=$uri&$args; }
The text was updated successfully, but these errors were encountered:
lucien144
No branches or pull requests
Like if WP is in subdirectory:
The text was updated successfully, but these errors were encountered: