--Linux-- //to change the default page apear on port 80 mv [your page] index.[somthing] cp [your page] /var/www/html/[your page] sudo service apache2 restart