How to: secure site and display images???

Status
Not open for further replies.

uplinked

Member
Messages
75
Reaction score
1
Points
8
Dear experts

I have been thinking about the paths which are visible in the address (url) field and to my surprise, I have found that some websites only display the "top" domain (i.e. www.name.domain.com) and no subpages (i.e. www.name.domain.com/blabla.file). Does anybody know how to do this?

I've also been trying to display a live trafic feed but no images or services from other sites function... any ideas why? :nuts:
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
You could make an index.html containing an iframe to the real index. That would not show the links in the urlbar. I would not do this for any reason tho, because then your site can't be crawled by search engines, and users can't bookmark your page.

Regarding the images, Make sure you use the correct path all the time when you insert the images. If you should include the page on another site, I would recommend doing <img src="http://site.tld/image.jpg" /> instead of <img src="http://forums.x10hosting.com/free-hosting/image.jpg" />
 

uplinked

Member
Messages
75
Reaction score
1
Points
8
Thank you, iframe will do perfectly for the moment. :biggrin:

However, I didn't really understand the image part? Will you please explain? My live traffic used to work... But the script is only visible as code now and not the widget I tried to implement... :rant2:please take a look at my website...
 
Status
Not open for further replies.
Top