Thank you
Maybe I missed something in the configuration of url_rewriter, because this stupid rule
RewriteRule tags/ tags.php [L]
does not work
https://www.alternativegirlshardpics.com/tags/
It always worked, but on the new server does not want to work...
I tried to rewrite it in 1000 different ways,
RewriteRule ^tags$ tags.php [L]
RewriteRule ^tags\/$ tags.php [L]
But it just doesn't work
I searched in Digitalocean and Google, but I do not find particular configurations of url_rewriter
It is not a basic page, I can directly use tags.php, but I would like to understand why it does not work...
Any ideas?
P.S. of all that could go wrong, if this is the only thing that does not work, I feel more than lucky...
