Forums

[resolved] Image not showing up after blog is moved (3 posts)

  1. oal
    Member
    Posted 2 years ago #

    I move my wordpress from http://www.domain.com/blog to http://www.domain.com
    Everything works fine except the images are still sticking to http://www.domain.com/blog/wp-content/... instead of http://www.domain.com/wp-content/...

    How can I resolve this issue easily?

    Thanks in advance

  2. Shane G.
    Member
    Posted 2 years ago #

    Hi,

    Assign 755 recursive permissions to wp-content folder and add this code in htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Also check with upgrading wordpress version and disabling all the plugins.

    Thanks,

    Shane G.

  3. oal
    Member
    Posted 2 years ago #

    I appreciate your help!
    :D

Topic Closed

This topic has been closed to new replies.

About this Topic