|
Q: |
How does the server know to parse my
web pages that contain |
| A: |
The server will look at the extension
on the filename |
| .htm or .html : | These files will not be parsed. They are sent to the browser as is. |
| .shtml
: |
These files are parsed for Server Side Includes
only. |
| .phtml : | These files are parsed through PHP2. This is the default
for interfacing with our mSQL 1.0.16 databases. |
| .php3 : | These files are parsed through PHP3. This is the default
for interfacing with our MySQL 3.2.1 databases. |