-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Hi,
Since Moodle has the $CFG->routerconfigured configuration, I’m curious if we need to install mod_rewrite by default?
So when the user sets the config to true and then adds .htaccess with the following configuration:
RewriteEngine On
RewriteRule ^api/rest/v2/openapi.json$ r.php/api/rest/v2/openapi.json [L]
The router can function properly.
Metadata
Metadata
Assignees
Labels
No labels