yhingsmile Posted July 13, 2006 Share Posted July 13, 2006 hey guys im new here.. i need help! does any body knows how to auto set a homepage? for example when somebody visit my site, i want it to automatically be set as his/her homepage w/o cliking anything... hope you could help.. thanks in advance... ;) Quote Link to comment Share on other sites More sharing options...
gluck Posted July 21, 2006 Share Posted July 21, 2006 based on your web server you need to set it. like in Apache your can set the default or index file to be called whenever a directory is requested.## DirectoryIndex: sets the file that Apache will serve if a directory# is requested.#<IfModule dir_module> DirectoryIndex index.html</IfModule> 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.