User Tools

Site Tools


te3:customizing_and_renaming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
te3:customizing_and_renaming [2014/11/28 08:21] – [2. Place toplist directory into the root html directory] moderatorte3:customizing_and_renaming [2014/12/08 05:37] (current) – [2. Include ''out.php'' into another file (for new sites and for running sites)] moderator
Line 189: Line 189:
 If you include ''out.php'' directly into the root html directory of the domain (public html) it will make your website even more unique.  If you include ''out.php'' directly into the root html directory of the domain (public html) it will make your website even more unique. 
  
-Create an empty file ''something.php'' and include ''your_te3_directory/out.php'' in that file (''<?php include “your_te3_directory/out.php”; ?>''). Since you've only INCLUDED "out.php" into "something.php", it means that out.php still exists intact in the original location.  => Now you have two different ways of accessing your outgoing links. You can link like this: <code>http://www.yoursite.com/your_te3_directory/anything.php</code> or like this <code>http://www.yoursite.com/anything.php</code> +Create an empty file ''something.php'' and include ''your_te3_directory/out.php'' in that file (''<?php include “your_te3_directory/out.php”; ?>''). Since you've only INCLUDED "out.php" into "something.php", it means that out.php still exists intact in the original location.  => Now you have two different ways of accessing your outgoing links. You can link like this: <code>http://www.yoursite.com/your_te3_directory/out.php</code> or like this <code>http://www.yoursite.com/something.php</code> 
 We recommend this method, since BOTH links work at the same time and you won't experience broken links on your site while you are switching them from old to the new paths.  We recommend this method, since BOTH links work at the same time and you won't experience broken links on your site while you are switching them from old to the new paths. 
  
te3/customizing_and_renaming.txt · Last modified: 2014/12/08 05:37 by moderator

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki