We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if a relative path of /var/www/html starts with "icons", then the content is searched in /usr/share/apache2/icons.
AH00128: File does not exist: /usr/share/apache2/icons/antani.svg, referer: http://localhost:8080/
If replace
var myIcon = L.icon ({ iconUrl: 'icons/antani.svg', iconSize: [40, 40], });
with
var myIcon = L.icon ({ iconUrl: 'ico/antani.svg', iconSize: [40, 40], });
and rename the folder accordingly, then everything works fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if a relative path of /var/www/html starts with "icons", then the content is searched in /usr/share/apache2/icons.
If replace
with
and rename the folder accordingly, then everything works fine.
The text was updated successfully, but these errors were encountered: