Hi can any1 give me some idea on how to mask the url of an entire web site.I want the same url to show nomatter where the user is on the web site

Recommended Answers

All 2 Replies

Member Avatar for diafol

This is probably .htaccess rule (Apache mod rewrite). Note that it won't work with IIS.

What u could do is, have the main page with navigaton links up top then have an iframe below the navigation bar.

Ex...
Web address bar.. www.something.com

<body>
Nav bar --> Home | Something | Something 2

Iframe --> <iframe></iframe>

this way, when someone clicks on "Something" it gets loaded into the iframe, rather than changing the whole page to www.something.com/Something.php.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.