You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from seo url http://shop/category/product.html instead of http://shop/index.php?id=<id> will end up in 404 Not Foundhttp://shop/category/images/example.jpg
Meanwhile we use relative urls in our shop environments
relative_urls => true
. IMO it could be the default behaviour.But actually relative urls (without leading slash) don't work properly:
Loading the image
from seo url
http://shop/category/product.html
instead ofhttp://shop/index.php?id=<id>
will end up in 404 Not Foundhttp://shop/category/images/example.jpg
Possible solution
https://github.com/vanilla-thunder/bla-tinymce/blob/3abd1dbeb8ff26e31ebf1c2e9c3f456c36f2cd19/copy_this/modules/bla/bla-tinymce/application/core/blatinymceoxviewconfig.php#L196
The text was updated successfully, but these errors were encountered: