The Student Activity Server has been renamed to the Penn State Student Organizations Web Service and is under new management. These Web pages are out of date and will be removed in the near future. Please read http://www.clubs.psu.edu/info/ for information about the new service.
The Stage 3 server has support for directory specific configuration using .htaccess files. By placing a properly written text file called ".htaccess" in a directory, that directory and all sub directories will be affected.
Windows has trouble dealing with filenames that start with a ".", therefore we recommend using the name "htaccess.txt" when writing it. After it is uploaded to your website, rename it to ".htaccess" (everything inside the quotes including the initial period).
The following options are allowed for setting in .htaccess files. If an option is not allowed or the syntax is incorrect, you will receive the cryptic "500 Internal Server Error".
Directory Index Page
We have info hereCustom error pages
The most commonly customized error page is "404 File Not Found". The club called "myclub" may link 404 errors to their page "my404.html" with the following line in .htaccess:ErrorDocument 404 /myclub/my404.html/myclub/my404.html.
The Options directive
The Options directive is not allowed to be set, however the following are already enabled:500 Internal Server Error
If you try to set an option in .htaccess that is not allowed, or in proper syntax, you will get this error. All the useful notices about what's wrong go to the server logs.Permission Denied on Password Protected Pages
The permissions used on these directories restrict access to designated web servers. Our stage 2 server, http://clubs.sa.psu.edu/, does not honor this password scheme, and is denied access on purpose.Features no longer work after reading an ASP or CGI page
Pages ending in .asp or in the /cgi/ or /cgi-bin/ directories are automatically referred to our Stage 2 server, http://clubs.sa.psu.edu/ for processing. It does not read .htaccess files, or honor SSI. Thus linking from an ASP page locally to an .html page may cause problems due to the referral. If your club uses either of these on your site, you may need to resort to use absolute URLs on .asp and CGI pages until we migrate them to the stage 3 server.Last modified Thursday, 27-Mar-2003 12:50:56 EST. Student Activity Server Committee