1
Hello,
Want to hide url in address bar to protect ?
Create new index.html in main XOOPS folder:
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Your Title Heretitle>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
head>
<frameset rows="*,1" frameborder="NO" border="0" framespacing="0">
<frame src="index.php" name="mainFrame">
<frame src="UntitledFrame-4">frameset>
<noframes><body>
body>noframes>
html>
Use index.html as default page, now ur site url will be fixed !