Forum Moderators: phranque
I saw that on most servers if you access site.com/icons/ it shows the Apache icons.
In my site I really need to have other content inside site.com/icons/ is there a way to remove those icons from there?
No matter what I put in site.com/icons/ the Apache icons keep appearing there.
Any ideas?
Thank you.
Alias directives, you'll probably see something resembling: Alias /icons/ "/usr/share/apache2/icons/" Unfortunately, if you are on a shared server you will need to ask the server administrator, there is no way I know of (I may be wrong!) that you can override an
Alias via a .htaccess. See: [httpd.apache.org...]