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
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.
I appreciate your help!
:D