Validate Warning, .htaccess

Hi,

validate.php (run daily) always complains about,

[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/.htaccess

But this is expected, as I’m changing RewriteBase in .htaccess (as is supposed to be done if I want a different base, right?). Should this file not be tracked in git, or perhaps there is another way to rewrite this?

Thanks!

That is why it is a warning. That file needs to be supplied by LibreNMS. It is extremely unlikely that file will change upstream as that would break updates for people. So as you already know, you can safely ignore the warning for this file.

1 Like

That makes sense, just wanted to make sure I wasn’t making a bad (dumb) assumption. Thanks!