Softaculous


Topic : icons won't load


Posted By: ozlperez11 on January 15, 2015, 8:15 pm
I have 2 image folders, the usual "images" folder where all my images go, and an "icons" folder where i put small icon images only. All images load properly using ampps but the icons in the icons folder won't load at all. Both of these folders are on the same level at the root folder (www). Is AMMPS configured to only load from an "images" folder?

UPDATE: I just noticed that it's only the word "icons" that does not work (when i rename the folder to something like "img" or "icon" it does load properly. So now I'm curious as to why the word "icons" isn't working as a folder name.

Posted By: Rishi_P on January 16, 2015, 8:23 am | Post: 1
Hi,

Open your Apache httpd.conf

find these lines

Alias /icons/ "{$path}/apache/icons/"

<Directory "{$path}/apache/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

and make comment it

#Alias /icons/ "{$path}/apache/icons/"

#<Directory "{$path}/apache/icons">
#  Options Indexes MultiViews
#  AllowOverride None
#    Order allow,deny
#  Allow from all
#</Directory>


Powered By AEF 1.0.8 © 2007-2008 Electron Inc.