I got a strange requirement from a client. He wants to redirect a new user entering his server to a predefined page. For example
IF a user type
http://mysite.com/page4.html
or
http://mysite2.com/page2.html(Both URLs are in same Server)
if user is new(Not entered the server before) . He must be directed to a predefined page.
say http:://myserverhome.html
My client has Linux+apache server
Is this possible by making any changes in apache configuration