Forums
(@nickology)
11 years, 9 months ago
Go to the config file of your virtual host, usually located in /sites-available/ and edit your domain configuration file. In it, in the “server” brackets, add :
location / { try_files $uri $uri/ /index.php?$args; }
Should do the trick.