View previous topic :: View next topic |
Author |
Message |
Aeonandromere -
Joined: 26 Jul 2003 Posts: 7
|
Posted: Sun Jul 27, 2003 3:24 am Post subject: Changing the HTTPDIR list |
|
|
Hey!
Im wondering if there is any way of changing the HTTPDIR that you seen= when there are no index.html, .php , .asp etc files avaiable. I know this can be done in Xitami but im wondering if this is possible in Abyss. Thnx if you can answer if you know the answer please tell me what file is needed to be modified. Thnx |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Sun Jul 27, 2003 3:49 am Post subject: |
|
|
Are you trying to change the server directory from htdocs to another folder on your PC. Just open your Abyss console and go to Server Configuration and change the path to your new one. 8) _________________ This web server is the best ! |
|
Back to top |
|
 |
Aeonandromere -
Joined: 26 Jul 2003 Posts: 7
|
Posted: Sun Jul 27, 2003 5:11 pm Post subject: |
|
|
no im trying to make it so you can change the apperance of the directory list when there is no files in it the page where it says File - Date - Type etc and gives a long list of files and folders on the server I was wondering if theres a way to modify that |
|
Back to top |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Sun Jul 27, 2003 5:27 pm Post subject: |
|
|
Oh I didn't read to careful , well im sorry but on Abyss web server that is not possible but maybe in a future release. 8) _________________ This web server is the best ! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jul 27, 2003 6:25 pm Post subject: |
|
|
Aeonandromere wrote: | no im trying to make it so you can change the apperance of the directory list when there is no files in it the page where it says File - Date - Type etc and gives a long list of files and folders on the server I was wondering if theres a way to modify that |
You can do that using a directory listing script (you can write your own or find ones on the internet). Assume that the script is in file dirlist.php; install PHP support, rename dirlist.php to index.php, and put a copy of that file in every directory where you want to have custom listing enable. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Aeonandromere -
Joined: 26 Jul 2003 Posts: 7
|
Posted: Sun Jul 27, 2003 8:11 pm Post subject: |
|
|
ok thnx :D Hope it gets included as standard in a future release but thnx for the info |
|
Back to top |
|
 |
asepe421 -
Joined: 30 Jul 2003 Posts: 1
|
Posted: Wed Jul 30, 2003 8:54 am Post subject: |
|
|
can you get into more detail on how to do that.. i am new to this and understand html but not php |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jul 30, 2003 5:37 pm Post subject: |
|
|
asepe421 wrote: | can you get into more detail on how to do that.. i am new to this and understand html but not php |
You need a PHP script to automate the directory listing generation. If you want to use HTML, you can create a page called index.php and fill it with links on the files in the directory. It will be static and will require an update each time you remove or add a new file to the directory. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|