Server Path
Posted by: forrest
Posted on: 2008-09-01 08:03:00
How do I determine the Server Path for my site?
Thanks.
Posted by: forrest
Posted on: 2008-09-01 08:03:00
How do I determine the Server Path for my site?
Thanks.
Posted by: Lensman
Posted on: 2008-09-01 10:35:00
What exactly do you mean by "Server Path"? Is there some web application software that you're configuring or installing?
Use the 3DOM50 promo code for 3 extra lifetime domains and $50 off
More Dreamhost coupons here!
Posted by: sXi
Posted on: 2008-09-01 10:39:00
You could use an info.php file.
Create a file in Notepad and paste this in it:
<?php
phpinfo();
?>
Save as info.php and upload into a domain folder then view it in your browser via http://yoursite.com/info.php
A veritable plethora of information will great you ![]()
Posted by: forrest
Posted on: 2008-09-01 10:57:00
Got it figured out:
/home/username/domain.name/etc/