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... ;) Link to comment https://forums.phpfreaks.com/topic/14445-i-need-help/ 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> Link to comment https://forums.phpfreaks.com/topic/14445-i-need-help/#findComment-61863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.