I've installed Joomla on Nginx on a server using aaPanel. I've added the following URL rewrite rule:
location / { try_files $uri $uri/ /index.php?$args; }
However, the rewrite doesn't seem to work, and I'm getting the error "ERR_TOO_MANY_REDIRECTS."
Details:
- Joomla version: 2.5
- Nginx version: 1.21.4
- aaPanel version: 7.0.11