Folder Restriction "icons" inside web problem

Discussion in 'Installation/Configuration' started by DannyJH, Aug 19, 2019.

  1. DannyJH

    DannyJH New Member

    Hi All, I have a very strange one here regarding folder restriction inside any clients root folders being called "icons" The software we use to create websites is now putting all favicons inside "icons" and not "images" the problem is that we cant browse too or no one has access to this folder "icons" is this a system restricted folder? I have checked all permission on this folder and all is ok.

    Any help with this would be much appreciated ;)

    Danny
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This is a generic name which might be a global alias of your web server, check the global apache or nginx config for this name. In any case, its not ispconfig specific as ispconfig does not use such an alias.
     
  3. DannyJH

    DannyJH New Member

    Many thanks for the reply, I have found that this is an issue regarding "icons" on Stack Overflow

    With the resolution of:

    Alias /icons/ "icons/"

    <Directory "icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>

    But I am not sure where to implement this withnin ISPConfig?
     
  4. DannyJH

    DannyJH New Member

    Found it and all working, it was /etc/apache2/mods-available/alias.conf
    :)
     

Share This Page