getting SVG's to display on all browsers

Status
Not open for further replies.

rexblock

New Member
Messages
1
Reaction score
0
Points
1
The svg's on my site work fine on my pc using firefox, but come up broken on my android phone.

Did some googling and found out I may be able to fix by setting the MIME type correctly on the server, using the web.config file in the system.webServer section, or perhaps editing the htaccess file. http://stackoverflow.com/questions/5321984/chrome-not-showing-a-svg-file

Do I have access to those with a free account? If not, is it possible to submit a ticket for x10 to do this for me?
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

You can change the MIME type by adding an AddType line to your .htaccess file. As we are a Linux web hosting service, we do not use IIS, therefore a web.config file is not available. ;)

Thank you,
 
Status
Not open for further replies.
Top