# LMS-MM front controller helpers
<IfModule mod_rewrite.c>
    RewriteEngine On

    # Serve robots.txt via robots.php
    RewriteRule ^robots\.txt$ robots.php [L]
</IfModule>
