Reply To: Permissions needed? Font not showing.

Home Forums Use Any Fonts Permissions needed? Font not showing. Reply To: Permissions needed? Font not showing.

#3312
Hugh
Guest

Hi,

I am having similar problems with the font not showing on other computers.
Where would I paste this code snippet in my htaccess?

This is what it currently looks like:

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

# END WordPress

Thanks