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 :)
artak1985
tagDiv Member

Maybe I need to change something in htaccess code to solve my problem?

artak1985
tagDiv Member

this is the code in my htaccess file

# 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
# Wordfence WAF
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
# END Wordfence WAF
RewriteCond %{HTTP_REFERER} !^http://losarmnews.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://losarmnews.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.losarmnews.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.losarmnews.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://losarmnews.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://losarmnews.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.losarmnews.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.losarmnews.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]

artak1985
tagDiv Member

I also change permalinks from category/postname to category/year/month/postid, but the problem was not solved.

artak1985
tagDiv Member

I use this program but the results are the same. Pictures link follows to 404 error instead of losarmnews.com

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