Top "Vhosts" questions

A virtual host of a HTTP/HTTPS webserver (virtual host in Apache, server block in nginx, ...)

Adding VirtualHost fails: Access Forbidden Error 403 (XAMPP) (Windows 7)

I've got a XAMPP installation running on Windows 7. As soon as I add a VirtualHost to httpd-vhosts.conf, BOTH the …

apache windows-7 xampp virtualhost vhosts
How to redirect to a different domain using NGINX?

How can I redirect mydomain.com and any subdomain *.mydomain.com to www.adifferentdomain.com using NGINX?

redirect nginx vhosts
Apache giving 403 forbidden errors

Ok, so i've previously set up two virtual hosts and they are working cool. they both house simple web projects …

html apache vhosts
Apache 500 Internal Server Error on my virtual host

I have my web app projects located in a folder in /media/disk1/Projects. I want to serve them using …

apache ubuntu virtualhost lamp vhosts
nginx - set multiple server_name with ssl-support

I'd love to use nginx to serve a website with multiple domain names and SSL: webmail.example.com webmail.beispiel.…

ssl nginx ssl-certificate vhosts
How to set document root to be a subdirectory using .htaccess and not VHost

On my local machine the following works perfect: <VirtualHost *:80> ##ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/website_1" …

php apache .htaccess vhosts
Apache Multiple Sub Domains With One IP Address

This has probably been asked but I can't find a straight answer, or the ones I found don't work. I …

apache subdomain vhosts
How to enable Virtual Host on Xampp for Laravel?

I have XAMPP running on Windows 7 Pro. I am trying to setup a Virtual Host so that when I use "…

apache laravel xampp httpd.conf vhosts
How do you comment out a block of text in the vhosts file?

How do you comment out a block of text in the vhosts file? Do I have to put pound/hash …

vhosts
How to create a virtual host that works with both http and https?

My config is: Listen 443 http NameVirtualHost *:80 NameVirtualHost *:443 ServerName *:80 <VirtualHost *:80> [some non-ssl stuff] ServerName account.example.com </VirtualHost&…

apache http amazon-ec2 https vhosts