bueltge / Chosen-for-MantisBT

Chosen for MantisBT add the jQuery plugin Chosen that makes long, unwieldy select boxes much more user-friendly.
http://bueltge.github.io/Chosen-for-MantisBT/
MIT License
3 stars 1 forks source link

403 for mantisbt-1.3.0 #3

Closed Blaimi closed 7 years ago

Blaimi commented 8 years ago

Mantisbt-1.3.0 provides a .htaccess in the plugins-folder which forbids direct access. I had to create a new .htaccess.

echo "allow from all" > plugins/chosen/.htaccess

Blaimi commented 8 years ago

there is also a /plugin_file.php. Don’t know if that would be a better way to get the files. E.g. BBCodePlus uses this.

Blaimi commented 7 years ago

this file blocks every access to the plugins folder. Depending on your server-config, this file is ignored.

https://github.com/mantisbt/mantisbt/blob/master/plugins/.htaccess

bueltge commented 7 years ago

Thanks for the hint @Blaimi I have change the version and now is include a htaccess rule to overwrite the access. Best.