My WordPress is installed onto a webserver in a subdirectory, like:
http://<webserveripaddress>/wordpress.
When I write a new post and I upload an image, it is then possibile to drag'n'drop (cool) the image in the post.
Problem is that the image is references in the post as img src="http://<webserveripaddress>/wp-files/image.png" instead of
img src="http://<webserveripaddress>/wordpress/wp-files/image.png".
And I need everytime to edit the image properties in the post to correct the img tag.
Where is my mistake in configuration? How to solve?
Thanks in advance,
RoarinPenguin