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.
Price option: Free
Supports Moodle 4.2-5.2 See all versions

Latest release: 3 weeks ago
Installations: 79
Downloads (last 90 days): 197

Frankenstyle name: local_customcleanurl
Local plugins

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Thanks for the update and for sharing the solution
Update: I've found and fixed the root-cause of my problem - in my case .htaccess was ignored because of Nginx,
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;
Hi Santosh,
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.
Approval issue created: CONTRIB-9678