How to set / change default page in Apache
Published: September 24, 2008 , Updated: September 24, 2008 , Author: mkyong
Here i will show how to set or change default page in Apache. Apache default page is very easy to configure, we just need to configure Apache conf file in following location
Apache file path/conf/httpd.conf
Make the following changes in httpd.conf file. Change index.html or index.php to whatever default page you want.
# # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # <IfModule dir_module> DirectoryIndex index.html index.php </IfModule>
Restart Apache ~ Done.







Yes it work ! .. That’s nice . Thank u very much …
Thanks a lot.. its working fine..
thank you very much …..!!!!!!
HA …HA…HA…Its working
Thank you MKYou Again from true heart ..
MAY The God bless You
haha…welcome
[...] How to set / change default page in Apache By mkyong Install Perl in PostgreSQL, The specified module could not be found. Regular Expression in PostgreSQL; d3dx9_34.dll missing , not found (solution); Html Font Tutorial; Javascript Highlight search result; Convert Subquery Result to Array … Programmer Life – http://www.mkyong.com/ [...]