View previous topic :: View next topic |
Author |
Message |
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Mon Jul 20, 2009 4:04 pm Post subject: question about ddclient |
|
|
Hello everyone, i have a question to ask.How can i make a simple server for uploading files with apache?after some searching i managed to make a dyndns account,install ddclient,change the ddclient.conf with my information,and opened ports 80 and 443 in my router for the apache.after that i can ping my domain and if i have a index.html see it but all i want is to have a simple index of and just put some files in my localhost and distribute them.what else do i have to do,caqn anyone explain me?
thanks in advance |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Mon Jul 20, 2009 4:10 pm Post subject: |
|
|
Code: | echo "Options +Indexes" > .htaccess |
is where I'd start. The uploading itself is another matter entirely |
|
Back to top |
|
|
zoe Guru
Joined: 10 Jun 2007 Posts: 324 Location: Greece
|
Posted: Mon Jul 20, 2009 4:21 pm Post subject: |
|
|
can you give some info about
Quote: |
echo "Options +Indexes" > .htaccess
| ?
thanks for the time |
|
Back to top |
|
|
|