G
G
Ghash2017-02-04 18:36:47
macOS
Ghash, 2017-02-04 18:36:47

How to set the path to a project running on Apache on Mac OS?

I have a macbook with Sierra 10.12.13
Worth Apache / 2.4.23 (Unix) + PHP 5.6.28 I
set it up according to this guide: osxh.ru/yosemite/apache
As a result, everything plows along the path: /Users/ username /Sites/
But I need it to plow along the path /Users/ username /.../.../Sites/
with a stupid insert into the username .conf file of the desired path, nothing plows. Where else should I write or comment something?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lumore, 2017-02-04
@Lumore

<Directory "/Users/username/.../.../Sites/"> 
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
</Directory>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question