I’m facing a problem. In my organisation we are using checkmk.
We get on checkmk when we go following domain: example/example
But when we are looking just for the part before the slash, only example (which could be ip or smth else), we get the apache2 default page.
I was looking on the internet before for a solution, but couldn’t find anything.
Is there a way to redirect the apache default page to the checkmk login page?
Then, when you are tinkering with mod_rewrite and mod_redirect, be sure to match the terminating $ (end of string) to avoid loops, like this mod_redirect only solution:
I’ve just deleted the whole default index.html file, created a new one with just a basic html code and in the header i’ve put your script.
I ignored the part with RedirectMatch.
It’s working when you only just change the content from the index.html file.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.