Foxyball
11.02.2024 12:48:13 81Laravel Blank Page ?
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/blog.local.conf
sudo nano /etc/apache2/sites-available/blog.local.conf
<VirtualHost *:80> ServerAdmin admin@example.com ServerName blog.local ServerAlias www.blog.local DocumentRoot /var/www/blog/public <Directory /var/www/blog/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all Require all granted </Directory> LogLevel debug ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
Коментари
Остави коментар
Моля, първо влезте във вашия профил Вход.