|
|
#1 (permalink) |
|
Surpass Fan
Seasoned Poster
Joined in Apr 2004
38 posts
Gave thanks: 0
Thanked 0 times
|
How Do I find the exact path to a folder
Hello,
I'm trying to install a calendar script on my new surpass site. http://www.duboisacademy.org I have a few questions about the servers that I thought I'd ask on here instead of bogging down the support tickets. 1. Do I have to put cgi files in the cgi bin for them to work? 2. How do I find the exact server path to the following folder: http://www.duboisacademy.org/calendar/theme/ I was told that I should do it through "shell access" as trying to "pwd" in an ftp program could be misleading. Do I have this access and how do I go about doing it if I do. Thanks in advance for any help given. -jayson |
|
|
|
|
|
#2 (permalink) | |
|
Web Hosting Super Ninj4
Super #1
Joined in Sep 2003
Lives in Fullerton, CA
1,581 posts
Gave thanks: 0
Thanked 2 times
|
Quote:
1) No. 2) /home/yourusername/public_html/calendar/theme/ Where yourusername is equal to the login you enter for cPanel. |
|
|
|
|
|
|
#4 (permalink) |
|
the one who was
Super #1
Joined in Jul 2003
Lives in Memphis
1,967 posts
Gave thanks: 0
Thanked 3 times
|
No, we don't allow shell access to the servers. Figuring out the directory that a file is located in is simple enough though.
Its always going to start with /home/username/public_html/ (replace username with your username of course). So if you have a file at http://domain.com/test/file.html/ the path to the file would be /home/username/public_html/test/file.html
__________________
Patrick Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org |
|
|
|