Website Setup & Info
ID #1035
How can I use Mason on my site?
Mason is already configured to work at GeekISP. If you're starting from scratch, simply name your files with a '.mhtml' extension, and they will be picked up by the default mason handler on the web server.
If you've got an existing mason site that uses another extension, say ".mason" for mason files, then add the following to your .htaccess file:
<FilesMatch ".*.mason$">
SetHandler perl-script
PerlHandler GeekISP::Mason
</FilesMatch>
If you've got an existing mason site that uses another extension, say ".mason" for mason files, then add the following to your .htaccess file:
<FilesMatch ".*.mason$">
SetHandler perl-script
PerlHandler GeekISP::Mason
</FilesMatch>
Tags: -
Related entries:
Last update: 2006-07-05 17:37
Author: Dave Steinberg
Revision: 1.0
You can comment on this entry