coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: t3kn0byt3 on December 29, 2003, 07:49:11 AM

Title: Quick tip for hiding ugly php url
Post by: t3kn0byt3 on December 29, 2003, 07:49:11 AM
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!
Title: Quick tip for hiding ugly php url
Post by: Joachim Müller on December 29, 2003, 09:52:11 AM
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