Answer the question
In order to leave comments, you need to log in
Nginx redirect won't let me into Joomla admin?
There is a VDS with a simple site on Joomla 3. I decided to part with Apache and finally move to Nginx + php-fpm. I like everything very much, and subjectively faster, and pagespeed agrees with me.
The problem is the following. I made redirects, I remove the slash with this construction:
if (!-f $request_filename) {
rewrite ^/(.*)/$ /$1 permanent;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question