Forum Replies Created
-
AuthorPosts
-
Josue, i can give you my WP-admin and server directadmin logins if it would be helpful for you in order to help me :)
Hi ChunkStudio and thank you for your help.
I just checked wp-admin settings, and there is no mismatch between the “wordpress address” and the “site address”. both of them starts “http://”. but i will try to follow your recomendation: “Best to go with your preferred domain settings in webmaster tools + go back and clean out the code in your htaccess file.”
will post later if i succeededJosue,
I just tried your code. At the beginning end at the end of existing htaccess file.
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>Sorry, no effect
Hi, according to your link, it should be something with .htaccess file:
Fonts not showing in any browser
This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you’ve confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.
Not sure what can my host provider help in this case.
Anyway thank you guys, anyway i have to try to find a fix somehow.
Just did. Page wasnt loaded at all:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Hi Josue, i think it doesnt helps, nevertheless i made some syntax mistake :
# 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>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch># END WordPress
-
AuthorPosts