Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
sharma_sharma
tagDiv Member

my site url is http://www.pinkcitypost.com

I am getting an error

Failed to load resource: the server responded with a status of 404 () newspaper.woff

sharma_sharma
tagDiv Member

All I need to know is this the right format?

sharma_sharma
tagDiv Member

The code in my htacces file looks like this, but It has not resolved the issue. P.S. I copied the code from stackexchange, not from here. Please help…

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”

# BEGIN WordPress

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

# END WordPress

Viewing 4 posts - 1 through 4 (of 4 total)