public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] Apache (paths not showing in url)
  2006-03-12 12:20 [gentoo-user] Apache (paths not showing in url) Tito Valentin
@ 2006-03-12 12:11 ` Hans-Werner Hilse
  2006-03-12 14:02   ` Tito Valentin
  0 siblings, 1 reply; 4+ messages in thread
From: Hans-Werner Hilse @ 2006-03-12 12:11 UTC (permalink / raw
  To: gentoo-user

Hi,

On Sun, 12 Mar 2006 07:20:38 -0500
Tito Valentin <tito@ezyield.com> wrote:

> Does anyone know why when I go to my website and click on the links 
> within my site the url still stays the same?  For example:  if I go to 
> www.my_web_site.com and click on the link "messages" within my site, the 
> url is still www.my_web_site.com rather than 
> www.my_web_site.com/phpbb/messages

that happens if frames are being used. Do you use frames? It's most
probably NOT due to apache. I've seen this with some free domain
providers, they only open your page in a static frameset (that cares
for displaying some ads, too).

What's showing if you chose "show page source" in your browser? A
frameset or your page?

-hwh
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Apache (paths not showing in url)
@ 2006-03-12 12:20 Tito Valentin
  2006-03-12 12:11 ` Hans-Werner Hilse
  0 siblings, 1 reply; 4+ messages in thread
From: Tito Valentin @ 2006-03-12 12:20 UTC (permalink / raw
  To: gentoo-user

Hello All,

Does anyone know why when I go to my website and click on the links 
within my site the url still stays the same?  For example:  if I go to 
www.my_web_site.com and click on the link "messages" within my site, the 
url is still www.my_web_site.com rather than 
www.my_web_site.com/phpbb/messages

Thanks,
Tito
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Apache (paths not showing in url)
  2006-03-12 12:11 ` Hans-Werner Hilse
@ 2006-03-12 14:02   ` Tito Valentin
  2006-03-12 15:15     ` Jim
  0 siblings, 1 reply; 4+ messages in thread
From: Tito Valentin @ 2006-03-12 14:02 UTC (permalink / raw
  To: gentoo-user

Hans,

It is showing a framset in my page when I view page source.  How would I 
be able to correct this?  If I hit the test site I can see all the paths 
but when I host it live I CANNOT see the paths in the url.
Hans-Werner Hilse wrote:

>Hi,
>
>On Sun, 12 Mar 2006 07:20:38 -0500
>Tito Valentin <tito@ezyield.com> wrote:
>
>  
>
>>Does anyone know why when I go to my website and click on the links 
>>within my site the url still stays the same?  For example:  if I go to 
>>www.my_web_site.com and click on the link "messages" within my site, the 
>>url is still www.my_web_site.com rather than 
>>www.my_web_site.com/phpbb/messages
>>    
>>
>
>that happens if frames are being used. Do you use frames? It's most
>probably NOT due to apache. I've seen this with some free domain
>providers, they only open your page in a static frameset (that cares
>for displaying some ads, too).
>
>What's showing if you chose "show page source" in your browser? A
>frameset or your page?
>
>-hwh
>  
>
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Apache (paths not showing in url)
  2006-03-12 14:02   ` Tito Valentin
@ 2006-03-12 15:15     ` Jim
  0 siblings, 0 replies; 4+ messages in thread
From: Jim @ 2006-03-12 15:15 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 157182712 Tito Valentin <tito@ezyield.com> wrote:
> Hans,
> 
> It is showing a framset in my page when I view page source.  How would I
> be able to correct this?  If I hit the test site I can see all the paths
> but when I host it live I CANNOT see the paths in the url.
> Hans-Werner Hilse wrote:

Just put a frame break in your main page that you don't want to be in a
frame.  Here is an example script:

<script language="javascript" type="text/javascript">
/* ====================================================== *
': This forces the current document to the top of any
': frames.
': You MUST either remove it or comment it out if you
': want the page to be frameable in browsers supporting
': scripting.
'* ====================================================== */
if (top.location != self.location)
{
	top.location.replace(self.location);           // pop to top
}
</script>


Jim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEFDsheqJ5Vbm4CxYRAlctAJ4lpChgD+3GqsA3toEVJ3FcnvicVwCeNasE
GiNEzODFxCwEhHAvFYawbB4=
=OC+n
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-12 15:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-12 12:20 [gentoo-user] Apache (paths not showing in url) Tito Valentin
2006-03-12 12:11 ` Hans-Werner Hilse
2006-03-12 14:02   ` Tito Valentin
2006-03-12 15:15     ` Jim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox