Hello. I have virtual host with path to project. Same in etc host for example viz bellow
But in running have redirected to https and not working.
Another projects working properly. I dont know, pls help
<VirtualHost *:80>
ServerName project.local
ServerAlias www.local
ServerAlias localhost
DocumentRoot "G:\!!WORKING\project\!web"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "G:\!!WORKING\project\!web">
Options Indexes FollowSymLinks
Require all granted
AllowOverride All
# Options Indexes FollowSymLinks
# this prevent.htaccess reading, remove if you want .htaccess
#AllowOverride None
# allow web access
#Require all access
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin localhost
DocumentRoot "G:\!!WORKING\project\!web"
ServerName project.local
</VirtualHost>
But in running have redirected to https and not working.
Another projects working properly. I dont know, pls help
<VirtualHost *:80>
ServerName project.local
ServerAlias www.local
ServerAlias localhost
DocumentRoot "G:\!!WORKING\project\!web"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "G:\!!WORKING\project\!web">
Options Indexes FollowSymLinks
Require all granted
AllowOverride All
# Options Indexes FollowSymLinks
# this prevent.htaccess reading, remove if you want .htaccess
#AllowOverride None
# allow web access
#Require all access
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin localhost
DocumentRoot "G:\!!WORKING\project\!web"
ServerName project.local
</VirtualHost>