Hello, moved from one version to another joomla. need to http requests html opened without html
the code below did not help me, gives 500 error, but if I remove the hands .html page that opens successfully
location ~ \.html$ {
if (!-e $request_filename) {
rewrite ^/(.*)\.html$ /$1 last;
}
}
my sef
from
/second/88-pasta/1239-nautically.html
to
/second/88-pasta/1239-nautically
the code below did not help me, gives 500 error, but if I remove the hands .html page that opens successfully
location ~ \.html$ {
if (!-e $request_filename) {
rewrite ^/(.*)\.html$ /$1 last;
}
}
my sef
from
/second/88-pasta/1239-nautically.html
to
/second/88-pasta/1239-nautically