Creating Domain Parking Page in Virtualmin Rumi, October 4, 2008 Well, who ever set up virtualmin must be sick in seeing the default CentOS Apache page! I bet you do- since this it concerns to other hosted domains and virtual servers! Follow the default pages instrucitons- it’s already there! Go to /etc/httpd/conf.d Open welcome.conf with the text editor and look for the following texts. I used winscp for this <LocationMatch “^/+$”> Options -Indexes ErrorDocument 403 /error/noindex.html </LocationMatch> Now create your own landing page like landing.html. If you’re good at PHP coding you can use a funciton like I used for mine- <? $host=$_SERVER[‘HTTP_HOST’]; echo “$host”; ?> Remember if you use PHP codes then you should rename your landing.html to landing.php Now go to /var/www/error Copy our landing.php this path Restart Apache Walla! you now have your custom Domain Parking Page in Virtualmin! Configurations (Linux)