Changing the login page via a redirect

Changing the login page via a redirect

oleh Josiah Carberry -
Jumlah balasan: 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"

Rata-rata penilaian: -