Virtualhost code in Apache September 14, 2016 0 Comments By కృష్ణ బాబు <VirtualHost www.website.com:80> ServerAdmin root@localhost DocumentRoot /var/www/website/www_website_com/ ServerName www.website.com ServerAlias www.website.com ErrorLog...
Alias code in Apache September 14, 2016 0 Comments By కృష్ణ బాబు If you want to add alias in apache, place this code in apache.conf or httpd.conf (depending on your OS) Alias /alias_name/ "/var/www/alias_dir/" <Directory "/var/www/alias_dir"> Options Indexes...