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
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.
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?