Forum Moderators: open
I am trying to create a series of 'home pages', which when someone enters my URL they will be served at random one of a selection of pages. They actual pages themselves will be 'static' HTML, with no dynamic content.
I am sure I saw a script, based on a sort of redirect, which when someone enters a given URL they are presented with one of a selection of pages contained in a target directory.
eg. someone enteres 'www.mysite.com' and they get a different page from a the range contained in 'www.mysite.com/target_directory', or course just located in the root folder.
Has anyone seen this on one of the Java resource sites (I now can't find it) on know an easy way to do this?
Thanks in advance.