Hi All,
when I type http://ip_address:8080/ it redirect to http://ip_address:8080/apache-default so to stop that redirection I comment the line #RedirectMatch ^/$ /apache2-default/ in /etc/apache2/sites-available/default.
Now http://ip_address:8080/ is showing the files in /var/www directory
I have few queries to ask
1. How to do that if I type http://ip_address:8080/ I want one welcomepage.html to come up , so how to do that.
2. I don’t want 8080 to type all the times so what to do in that case
Thanks & Regards
Gauri Agrawal