Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello all,

I recently just uploaded my project to my client's site. However, I had to update it to an IIS site (which I know you guys don't support for a good reason) and they were unwilling to change the hosting services.

I was able to successfully update it and now it is live (you can see it on [url]kelseysdream.org[/url]), but when I put it on their server, all the icons on the admin side seem to have disappeared, like the image below:
Screen Shot 2017-05-09 at 12.46.26 AM.png
All icons are missing!?!?!1
Screen Shot 2017-05-09 at 12.46.26 AM.png (286.9 KiB) Viewed 1263 times


Is there something I need to add in order to get all the icons back to their original state with all the icons for the backend?

Please let me know if you have any input.

P.S. There were design implementations I had before my client required me to make more that I was pretty dissatisfied with but it is not my site, it is the clients. Whatever makes them happy, am I right developers/designers?
use in .htaccess file this code:

Code: Select all
order allow,deny
allow from all

Options +SymLinksIfOwnerMatch -MultiViews

<IfModule mod_rewrite.c>

   RewriteEngine On
   AddType image/svg+xml .svg .svgz
   AddEncoding gzip svgz

</IfModule>


before:
Image

after:
Image

dont forget to clear cache in browser
2 posts Page 1 of 1