DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "F:\wampp\www\4baghrealstate\public"
ServerName test.dev
ServerAlias *.test.dev
<Directory "F:\wampp\www\4baghrealstate\public"></Directory>
</VirtualHost>
what is the problem with that configuration for laravel?
anyone knows? does it need more details?
Looks fine to me, maybe explain what is happening, and what you want to happen
Обсуждают сегодня