Softaculous


Topic : Icons Missing


Posted By: KenScape on September 2, 2016, 4:15 pm
Typing localhost into address bar, the "Index of" page shows up correctly,
but the folder icons are missing. As shown in attached jpg:

Board Image

E.g., the [DIR] icons address are as follows, and they are there in that folder,
they just are not showing.
http : / / localhost/icons/folder.gif
This is a brand new, default install of Ampps 3.5, just started.
BUT, if I install Ampps 3.2, they work just fine.

Using
Win 7 SP1
Chrome

Posted By: beernutz on January 11, 2017, 9:05 pm | Post: 1
After installing 3.6 I had to edit httpd.conf and add
   
    Alias /icons "{$path}/apache/icons"
   
  <Directory "{$path}/apache/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

then restart Apache to get the icons to appear on the directory indexing pages etc.

Posted By: KenScape on February 1, 2017, 6:19 pm | Post: 2
beernutz:
Thanks! It works!
Had to figure out that your "{$path}/ was meant to be
"where-AMPPS-is-installed/
It wouldn't work with just {$path} in the code.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.