Topic: how to hid the url stuff?

how can i hid the url viewtopic.php?xxxxx
all i want to show is http://yoursite.com on ever page that loads.

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to hid the url stuff?

You mean hide it in the address bar (because people can always navigate directly to it and see it in the bar at the bottom of the page)?

Re: how to hid the url stuff?

yes no matter what they click on it will always show http://mysite.com in the url bar!


Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to hid the url stuff?

frames or iframes wink

Re: how to hid the url stuff?

A frame is the way to go. Though I must say, as a visitor that is the most annoying thing on the web tongue

Re: how to hid the url stuff?

lol..... im not worried about the visitor.. for my site...lol..

it going to be about my photography and photo editing of my skillz.
I work from home editing photos for photographer world wide....
and sometimes i do govt consulting... wooohooo...

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: how to hid the url stuff?

Jansson wrote:

Though I must say, as a visitor that is the most annoying thing on the web tongue

indeed.  thank god for firefox.

Re: how to hid the url stuff?

@ Q : are you trying to hide the url of the images? if so why not try something like simpleviewer or a similar flash based gallery? but i'm sure that's still not 100% foolproof. wink

~James
FluxBB - Less is more

Re: how to hid the url stuff?

For "hiding" complete URL in address bar you should use this code in the index

<html>
<head>
<title>Title</title>
</head>
<frameset frameborder="0" framespacing="0" border="0" rows="100%,0%">
<frame name="IndexFrame" src="index2.php" noresize>
   <noframes>
       <body>
       </body>
   </noframes>

</html>

10

Re: how to hid the url stuff?

what i was trying to do is hide all the urls so only bunpai.com will show no matter what page you go to or load.

gallery.php
about.php
calendar.php

nothing....

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!