To reset your password, please enter your registered email address. We will send you an email with reset instructions if the email is registered with us.
Based on the command syntax view shtml top, this guide interprets the request as a system administrator or developer needing to view the top-level header or opening section of a Server Side Include (SSI) file (.shtml).
<!--#config ...--> or <!--#echo--> variables are set correctlyOptions +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
AddType text/html .shtml
<Directory /var/www/html>
Options +Includes
<IfModule mod_include.c>
SetOutputFilter INCLUDES
</IfModule>
</Directory>