Server Path?

liunx

Guest
I'm trying to use a random link script and it requires:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--># $PAGE_BASE: path to directory at root of the HTML document tree. This is<br /># the pathname (not a URL) to the directory in which your HTML documents are<br /># stored. You can find out the correct path to use (usually, although this<br /># may not work for some complex filesystems) by changing directory to the<br /># directory where you keep your HTML files and then typing 'pwd' at the<br /># shell prompt. If this doesn't work for you, or you don't have shell access,<br /># ask your administrator.<br /><br />$PAGE_BASE = "what goes here please";<!--c2--></div><!--ec2--><br />What path do I need to put here to point to the folder called "poems" which is in my "public_html" folder.<br /><br />I assume this is right as well:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--># $URL_BASE: string to put at the start of the returned URL. This is the<br /># URL corresponding to the $PAGE_BASE path above. In other words, it's the<br /># string that all your URLs start with, typically 'http://' followed by the<br /># name of your host, another '/', and then (probably) a string identifying <br /># your own directory.<br /><br />$URL_BASE = "http://64.246.62.111/~saintco/poems/";<!--c2--></div><!--ec2--><br /><br />Thanks in advance to anyone who can answer my question.<br /> Rock Sign because I know I'll get sorted<!--content-->
The page_base should be /home/saintco/public_html.<br /><br />The URL_base can be <a href="http://yourdomainname.com/poems/" target="_blank">http://yourdomainname.com/poems/</a> after your domain has propagated.<!--content-->
Rock Sign <br />Super. . . it is alive! Thanks <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->The URL_base can be <a href="http://yourdomainname.com/poems/" target="_blank">http://yourdomainname.com/poems/</a> after your domain has propagated<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />Not all servers are as good as TCH, my old saerver [oneandone] seem to have the slowest customer service response time on the net. <br />I've phoned twice know and have been ASSURED that my domain has the DNS entries changed and will be active soon.<br /><br />Anyway thanks<br /><br />nat<!--content-->
 
Back
Top