Skip to content
Scott Milliken edited this page Jun 1, 2023 · 3 revisions

Getting 404 trying to access some links/images


In order to handle paths and some attributes in the API with regards to extended ascii and internationalization efforts it is necessary to URL encode some strings and the web server will need to translate them for you. Add the directive AllowEncodedSlashes On to your virtual host config like the following.

Screenshot 2023-05-31 at 7 46 35 AM
Clone this wiki locally