[SOLVED] Image upload path incorrect on nested pages
Posted: Thu Jul 18, 2013 9:10 pm
When I add an image to a content block in a nested page (like "http://www.mydomain.com/page1/page-nr-two") the images are not loaded correctly because the image path is set incorrectly.
Images are referenced as: "http://www.mydomain.com/page1/page-nr-t ... -image.jpg"
The correct path should be: "http://www.mydomain.com/uploads/images/my-image.jpg"
What am I doing wrong?
- It is a clean install of 10.11.7 onto a new domain.
- Using MicroTiny or TinyMCE makes no difference
- Pretty URLs are on ($config['url_rewriting'] = 'mod_rewrite';)
- Copied the contents of docs/htaccess.txt into a .htaccess file in my site root
Thanks in advance!
Bastiaan
Images are referenced as: "http://www.mydomain.com/page1/page-nr-t ... -image.jpg"
The correct path should be: "http://www.mydomain.com/uploads/images/my-image.jpg"
What am I doing wrong?
- It is a clean install of 10.11.7 onto a new domain.
- Using MicroTiny or TinyMCE makes no difference
- Pretty URLs are on ($config['url_rewriting'] = 'mod_rewrite';)
- Copied the contents of docs/htaccess.txt into a .htaccess file in my site root
Thanks in advance!
Bastiaan