sdc/moodle/sdc_29/.htaccess - Htaccess File

sdc/moodle/sdc_29/.htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/server-status
RewriteRule ^([0-9]+)$ /course/view.php?id=$1 [R]
RewriteCond %{REQUEST_URI} !^/server-status
RewriteRule ^([a-zA-Z][a-zA-Z0-9-_]{2,}+)$ /course/view.php?name=$1 [R]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache