Ярлыки

вторник, 19 марта 2013 г.

static in Apache (simple)


static in Apache:


We must write next string in file apache2.conf:
Alias /media/ "/home/username/mysite/media/"
first arg - link to get images, second arg - full path to storage images folder.

Than we can write in code (link to the image):
<img src="/media/my_image1.jpg" />

Комментариев нет:

Отправить комментарий