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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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