How to hide fiel name in URL
-
I want to hide my url when people access my site. For example, I just want people to see www.domainname.com/, not www.domainname.com/index.html, However, I don't want to iframe. Is there anyone have some idea about how to do it? Thanks in advance!
-
I want to hide my url when people access my site. For example, I just want people to see www.domainname.com/, not www.domainname.com/index.html, However, I don't want to iframe. Is there anyone have some idea about how to do it? Thanks in advance!
Hi your home page most ha a name like default.asp or index.php. & for hide othere pages place each page in a separate directory file names most be index.php or default.asp or some think like this, and use directory name in your links Iman Ghasrfakhri
-
I want to hide my url when people access my site. For example, I just want people to see www.domainname.com/, not www.domainname.com/index.html, However, I don't want to iframe. Is there anyone have some idea about how to do it? Thanks in advance!
You can use Server.Transfer to redirect the page so that your URL will never get changed N.Rajakumar B.E., Application Developer,
-
You can use Server.Transfer to redirect the page so that your URL will never get changed N.Rajakumar B.E., Application Developer,