July 5, 201016 yr Hello all! I have a couple of questions about domain masking, for the first time in my life wikipedia has failed to offer a clear explanation! Firstly, does it retain the file path for the new server. For example, if I typed in "mydomain.com/myFolder/myFile.html", and I had it set up so that it masked to another domain "myotherdomain.com" - then would the user then see the url "myotherdomain.com/myFolder/myFile.html" in their browser (although the original url would still be in their url bar?). Or does the user need to start off at "mydomain.com"? so if they started off at "mydomain.com/myFolder/myFile.html" - then would it try to find to find that file on the original domain? Secondly - is masking simply a html frame? in which case does the javascript DOM still work? So would "document.getElementById('etc').etc... work Cheers in advance guys!!!!
July 6, 201016 yr The user would need to start at "myotherdomain.com." You're confusing redirection and domain masking.
Create an account or sign in to comment