As I understand these are Joomla rewrite rules. If you have no any
dot-files,
as .htaccess, then the regex part “/[^.]*)$” means effectively anything,
i.e.
“location /”.
I have no idea WHY Joomla developers think that Joomla parameters
validation should be placed on web server side. Please, send them
feedback,
that these rules should be implemented inside Joomla: this is not web
server job.
As I understand these are Joomla rewrite rules. If you have no any dot-files,
as .htaccess, then the regex part “/[^.]*)$” means effectively anything, i.e.
“location /”.
Sorry, “/[^.]*)$” means files without dots at all. So the configuration
is
the same, expect, thay you should handle images in some static location: