snowman4839 Posted July 23, 2008 Share Posted July 23, 2008 I'm pretty new to Apache considering I installed it last night but I was wondering how you would get the first page that you see to look like what ever you want. I tried to go into the httpd document and change the Document root to an HTML file but that didn't work and that was just about my only idea... Quote Link to comment Share on other sites More sharing options...
Dragoa Posted July 23, 2008 Share Posted July 23, 2008 Probably not the best Description, but if you change your DocumentRoot back to just the folder containing the HTML file you want to display, then change that file to index.html, it should load that page automatically whenever you go to your server. There's a line called DirectoryIndex in the httpd.conf file which shows basically what files the Apache Server will look for by default if you don't give it a file. For Example(Using Windows syntax just because): If you have a file C:\website\index.html that you want to show up automatically you'd do this: Set DocumentRoot to: C:\website\ Ensure DirectoryIndex has index.html in it. And when you go to your server via web browser it should load up index.html by default. Quote Link to comment Share on other sites More sharing options...
snowman4839 Posted July 26, 2008 Author Share Posted July 26, 2008 does it say that it will automatically go there somewhere in the documentation or is that in a file somewhere in the Apache folder? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.