How do I make a super simple website

Don
Joined
18 Oct 2002
Posts
56,638
Location
Cornwall
Hi guys, utterly no idea how to create a website, I have a load of pictures and videos (all filthy ofc :p) and I just want a basic site which lists them, nothing more interesting than that. The files are all uploaded just want a way to index them basically.

many thanks in advance
 
at the moment it has this gumpf in it

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName Frontpage
AuthUserFile /pwp/tier-2/pwpstore6/40/pgill/htdocs/_vti_pvt/service.pwd
AuthGroupFile /pwp/tier-2/pwpstore6/40/pgill/htdocs/_vti_pvt/service.grp

what do I change?

thanks again
 
Back
Top Bottom