julmot 0 Report post Posted September 4, 2014 Hi, well some funny things just happened to me: I used the URI domain.dev/icons/ in my local application and wondered why the images were not found. Now I know it, because Uniform Server does not allow the path /icons/ for applications. It is already used by apache (\core\apache2\icons). I just wanted to add this as a bug. Kind regards Julian Quote Share this post Link to post Share on other sites
Ric 0 Report post Posted September 8, 2014 Not a bug! Its been a feature of Apache since year dot. You can disable Apache fancy-indexing as follows: Edit file \UniServerZ\core\apache2\conf\httpd.conf Comment last line as shown below:# Fancy directory listings#Include conf/extra/httpd-autoindex.conf Alternatively rename your icon folder. Or move your icon folder down one level (subdirectory) away from root All the bestRic Quote Share this post Link to post Share on other sites