I would like to create a landing page, just like I normally would, without using Moodle at all, so that it doesn't use any Moodle blocks or headers/footers.. Just like a separate page with my own HTML, CSS, Javascript/jQuery animations.. and then make it load by default instead of whatever Moodle does by default. So, the first question is:
1. Where do I set the server default page? Do I need to edit the htaccess file? The line 'DirectoryIndex index.php index.html index.htm'? Do I just replace it with the filename of my static page? Or do I delete the files index.php and index.htm and replace the index.html with my own page? What do I do so that I don't damage Moodle in any way?
And the second question is..
2. I need that landing page to lead the users to Moodle. Maybe I just provide a link to the login page or something. Or maybe if the user is loged-in already it will just lead him to the Moodle default page (not the landing page), with all the blocks, courses, etc. What should I do about that?
Help me out. I want to create a nice landing page with cool JS effects... So that this is the first thing that users see. And then they click on the link and get the login form or the actual Moodle website if it is in the cookies.