Changing the login page via a redirect

Changing the login page via a redirect

by Josiah Carberry -
Number of replies: 0

I would like to change the default Moodle login page to a different page. I note various suggestions based on creating a child theme, changing CSS, maybe some PHP, etc. Aside from the very slight performance hit, is there any reason NOT to simply use a redirect in .htaccess:

redirect 301 "/login/index.php" "/my-new-login-page"

Average of ratings: -