I am working on setting up a localhost via xampp however, everything seems to be running fine. The only problem I get is when I am opening up the file via firefox. It does not open, instead it does a google search for the address I am typing.
Below is what I have in my httpd-vhost.config
NameVirtualHost 127.0.0.1:80
DocumentRoot "C:/Users/angelramos/Dropbox/CUBIC IT Consulting/HTML File CUBIC IT/testbed" ServerName localhost
DocumentRoot "C:/Users/angelramos/Dropbox/CUBIC IT Consulting/HTML File CUBIC IT/testbed" ServerName localhost
CustomLog "C:/Users/angelramos/Dropbox/CUBIC IT Consulting/HTML File CUBIC IT/error.access.log" combined ErrorLog "C:/Users/angelramos/Dropbox/CUBIC IT Consulting/HTML File CUBIC IT/local.error.log"
Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all
This is what I have in my Windows/System32/drivers/etc/hosts
127.0.0.1 localhost
And this is what I have in my httpd-ssl.config
Listen 443
SSLProtocol All -SSLv2 -SSLv3
I also changed the port to 85 in apache httpd.config to avoid apache server start errors.
IDK why one of the codes I paste above is not displaying properly. LMK if there is anything else I can do to make this easier. Thanks