Custom Clean URL
Maintained by
santoshtmp
Customcleanurl help to convert the moodle url in more user readable format url. It also provide the option to redirect old URL into new/next URL.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Instead, I had to the rewrite at server block of existing Nginx config try_files line with this, and all works like a charm:
# Clean URL routing via customcleanurl
try_files $uri $uri/ /local/customcleanurl/route.php?$query_string;
index index.php index.html;
Thanks for this great plugin.
Please advise how to make this plugin working for Moodle 5.1 - I'm getting Error in plugin settings:
"Customcleanurl route integration failed. Check your .htaccess file and update it according to the README or by adding the rules provided below." - I've added required settings to .htaccess
I thought that root-cause was changed folder structure at 5.0 where plugins moved into folders like /public/local, and even tried to adjust code to have path /public/local.. instead of /local/... , but still have the problem.