Im use this config for nginx location / { # Wordpress permalinks try_files $uri $uri/ /index.php?q=$uri&$args; } Code (markup): anyone help me
Hello there, If you are using WordPress, so you have to use this : try_files $uri $uri/ /index.php; Code (markup): Goodluck