pmoreno-rodriguez / grav-theme-mundana

Mundana Jekyll theme ported to Grav
MIT License
7 stars 2 forks source link

Why do I get a 404 in access.log ? #12

Closed ventoux84 closed 5 months ago

ventoux84 commented 5 months ago

Hello, when I request in my web browser "/admin/themes/mundana", it works, but in the file /var/log/apache2/access.log, i find this line ...... [03/Apr/2024:13:12:01 +0200] "GET /admin/404 HTTP/1.1" 404 23104 "https://xxxxxx.dd/admin/themes/mundana" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

This, doesn't happen with the Quark theme. What could I have forgotten

ventoux84 commented 5 months ago

This must be a problem for me, because it doesn't happen on another site with Mundana, installed in a subdomain of the same server.

ventoux84 commented 5 months ago

If i remove custom favicon and logo from the Mundana's admin page, 404 goes away. My apache2/access.log ....... [04/Apr/2024:09:13:14 +0200] "GET /admin/themes/mundana HTTP/1.1" 200 206832 "https://xxxx.xx/admin/themes" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

ventoux84 commented 5 months ago

It's not unique to mundana, it's the same with Quark whenever I put a custom logo.

pmoreno-rodriguez commented 5 months ago

How about you open a thread on the official Grav forum, to see what responses you get. This 404 error has more to do with the server configuration (Apache, etc) than the issue.

ventoux84 commented 5 months ago

Yes, i'll do that.

But, is it the same on your server ?

pmoreno-rodriguez commented 5 months ago

Yes, i'll do that.

But, is it the same on your server ?

Yes, both on local server and online server

ventoux84 commented 5 months ago

Thanks for checking. Now I know that my server settings are not to blame.