Вывод журнала для этой ошибки:
Код: Выделить всё
[error] [client 127.0.0.1] File does not exist: /Applications/MAMP/htdocs/myweb/my-web-page-that-has-to-work, referer: http://myweb.dev/
Код: Выделить всё
httpd.confКод: Выделить всё
# Virtual hosts, uncommented include
Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
...
# AllowOverride All is here
Options All
AllowOverride All
Order allow,deny
Allow from all
XSendFilePath "/Applications/MAMP/htdocs"
Код: Выделить всё
httpd-vhosts.confКод: Выделить всё
DocumentRoot /Applications/MAMP/htdocs
ServerName localhost
DocumentRoot "/Applications/MAMP/htdocs/myweb"
ServerName myweb.dev
ServerAlias www.myweb.dev
ErrorLog "/private/var/log/apache2/myweb-error_log"
CustomLog "/private/var/log/apache2/myweb-access_log" common
Подробнее здесь: https://stackoverflow.com/questions/362 ... write-mamp
Мобильная версия