Mobile app version of vmapp.org
Login or Join
Megan663

: Wordpress icon fonts dont work with www url I have wordpress site with domain domain.com and on one site i use font icons. The problem is when I change in settings Address site (URL) on www.domain.com.

@Megan663

Posted in: #Fonts #Icon #NoWww #Url

I have wordpress site with domain domain.com and on one site i use font icons. The problem is when I change in settings Address site (URL) on domain.com. Sites works properly, I seu www in URL but font icons doesnt work (it shows blank square instead).

I want to have either i type domain.com or domain.com in browser url that the site show up with www and icon fonts will works

httaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


I'm using wp svg icons

Without www



With www in settings



The problem is that this is not affecting only this wp svg icons plugin but also others

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme