test

test


 GNU nano 2.9.3                                           default-ssl.conf                                           Изменён  


<VirtualHost *:80>

    DocumentRoot /Рабочий стол/projects/pim/bahnhof-backend/public

    DirectoryIndex index.php

    ServerName pim.com


    ErrorLog ${APACHE_LOG_DIR}/pim-error.log

    CustomLog ${APACHE_LOG_DIR}/pim-access.log combined


    <Directory /Рабочий стол/projects/pim/bahnhof-backend>

        AllowOverride all

        Require all granted

    </Directory>

</VirtualHost>


Report Page