By fubarhouse on
Hello!
I've got a question I'm not exactly sure how to approach.
I've got some files which are in /%public%/assets/image.png (as an example).
I need to be able to link an image to that path from /assets/image.png.
At the moment I'm using a symlink to achieve this, but I want to do this better in a more drupal way.
Can anybody help, or am I better off sticking with a symlink?
Comments
_
Did you upload these images with Drupal?
- Brendan
@bander2 No.
@bander2 No.
The idea is to redirect incoming traffic to a particular alias to the actual path.
As I've just found out the traffic will be external, so I'm unsure if Drupal can support this at all.
I've just going to use another symlink unless a viable alternative comes up.