View Shtml Full Guide
If you want to see the final, fully-assembled webpage (the most common interpretation of "full"), follow these methods.
Yes. Use curl http://example.com/file.shtml > static.html to capture the fully processed output. view shtml full
If you have .htaccess access, temporarily add: If you want to see the final, fully-assembled
RemoveHandler .shtml
AddType text/plain .shtml
Now visiting page.shtml in a browser will show the raw directives. Warning: Disable this after debugging. Now visiting page