Laravel по-русски

Русское сообщество разработки на PHP-фреймворке Laravel.

Ты не вошёл. Вход тут.

#1 04.03.2016 16:55:28

Почему не отображается индекс

Вот хост document root прописан
<Directory /var/www/laravel.lopushansky.com/web>
                AllowOverride None
                                Require all denied
RewriteEngine On
    RewriteBase "/directory/"
    RewriteRule "^index\.html$"  "welcome.html"
                </Directory>

<VirtualHost 91.192.136.222:80>
                DocumentRoot /var/www/laravel.lopushansky.com/web/{directory}/public

                ServerName laravel.lopushansky.com
                ServerAlias www.laravel.lopushansky.com
                ServerAdmin webmaster@laravel.lopushansky.com

                ErrorLog /var/log/ispconfig/httpd/laravel.lopushansky.com/error.log

                Alias /error/ "/var/www/laravel.lopushansky.com/web/error/"
                ErrorDocument 400 /error/400.html
                ErrorDocument 401 /error/401.html
                ErrorDocument 403 /error/403.html
                ErrorDocument 404 /error/404.html
                ErrorDocument 405 /error/405.html
                ErrorDocument 500 /error/500.html
                ErrorDocument 502 /error/502.html
                ErrorDocument 503 /error/503.html


htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Не в сети

Подвал раздела