|
|
How do I set up SSI (Server Side Includes)? |
| Applies to: NetMAX WebServer, Internet Server ProSuite and Professional version 3.x - 4.0x
address-suppressed | |
|
You can enable SSI through the NetMAX interface. There are two methods:
Method 1 For this method, we're going to create an .htaccess file to each directory where we want to execute SSI. Because we're going to be using an .htaccess file, we need to allow this file the override the default settings:
The "XBitHack on" directive tells the server to treat each executable file in the directory as a server-parsed-html file. Method 2 For this method, we'll setup a specific mime type that will tell the WebServer to treat as server-parsed-html.
Notes for both methods: If you are an advanced Apache user, then it is important to note that checking the "Enable CGI Execution" checkbox actually adds the ExecCGI and Includes Options. Also, because the webserver runs as nobody, you'll need to ensure that your cgi's are executable by the nobody system user.
|
| Next: |
|
| ||||||||