Support the ongoing development of Laravel.io →
posted 10 years ago
Configuration
Last updated 2 years ago.
0
Last updated 2 years ago.
0

I am using A2 hosting as my web host. Is that link still for my needs? ( I am not using my localhost)

Last updated 2 years ago.
0

Look documentroot directive. sample:

<VirtualHost *:80>
        ServerAdmin webmaster@localhost
        ServerName laravel.local
        DocumentRoot /var/www/laravel/public
        <Directory />
                Options FollowSymLinks
                AllowOverride all
        </Directory>
        <Directory /var/www/laravel/public>
                Options FollowSymlinks -MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>
        ErrorLog ${APACHE_LOG_DIR}/laravel-error.log
        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn
        CustomLog ${APACHE_LOG_DIR}/laravel-access.log combined
</VirtualHost>
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

tyr5577 tyr5577 Joined 27 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.