Quick tip for hiding ugly php url Quick tip for hiding ugly php url
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Quick tip for hiding ugly php url

Started by t3kn0byt3, December 29, 2003, 07:49:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

t3kn0byt3

I noticed a couple threads on the php url.  Well, this really doesn;t make it search engine friendly but it does make it prettier.  Use a index.htm in your /root with this code in it
<HTML>
<HEAD>
<TITLE>Your Site Title</TITLE> </HEAD>
<frameset>
<frame name="main" src="index.php" scrolling="Auto">
<noframes>
<BODY>

</HTML>


Now all visitors see is your main url.  

Enjoy

P.S.
Yes it does use frames, don't shoot me for suggesting it though!
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Flbd1956.com%2Fgallery%2Falbums%2Fuserpics%2F10001%2Fnormal_t3kn0byt3.png&hash=bb517bf5f9748ebe2ab389aeb8f2abf5a69d7f60)

Joachim Müller

oh wow, the url is hidden, who would have thought this is possible? All change your sites back to the way they were in 1997, frames rule, no more messing with inclusions. :wink:
-----------------------------------
Sorry, I know you want to share and help, but I couldn't resist :oops:

GauGau