Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question