A
A
amstr1k2013-11-21 23:54:15
Apache HTTP Server
amstr1k, 2013-11-21 23:54:15

How to implement apache customization with .htaccess?

Hello! Tell me how to make aliases from nginx config using .htaccess for static

location /shared/base/
{
alias /home/amstr1k/projects/aslive/lib/cms/base/shared/;
}

location /shared/wysiwyg/
{
alias /home/amstr1k/projects/aslive/lib/limb/wysiwyg/shared/;
}

location /shared/calendar/
{
alias /home/amstr1k/projects/aslive/lib/limb/calendar/shared/;
}

location /shared/js/
{
alias /home/amstr1k/projects/aslive/lib/limb/js/shared/;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
amstr1k, 2013-11-24
@amstr1k

Your option doesn't work. http://aslive.info/ does not find JS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question