Welcome to the sub02 Homepage for Winter 2021!

Hey, now it works with Dreamweaver2020 upload!

Run the PHP script that hashes the password "roses": myOwnHtpasswd.php

Go to the .htaccess protected directory subdirForHtaccessTest/

Go to the directory where .htaccess allows directory listing: dirAllowsListing/

Here we test a Python3 script on the server: helloForWebserver.py (Note: only works when the Python script uses the proper UNIX end-of-line characters! Owner needs to give read and executable permission on UNIX: -r-x------ (500) works!)

Try out to send email using an HTML form plus PHP: mailform.php

Here we test the PHP form example from https://www.w3schools.com/php/php_form_complete.asp which is named formSubmit2021.php on this server.

According to the hosting provider, the default homepage for our site should be named one of these:

default.html
default.htm
default.asp
index.htm
index.html  --recommended name
index.jsp
index.php  --not supported by Windows-based hosting accounts running IIS 6
index.shtml
home.htm
home.html
welcome.html
welcome.htm

Thank you for visiting. Click here to go to page2.html and good-bye.