Error: Browser shows [an error occurred while processing this directive] ” and server logs shows the error ”
unable to include “http://domain name /inc/listbox.php” in parsed file /home/username/public_html/index.shtml
Solution : You need to check your coding if you have used ”
<!–#include virtual=”http://domain name /inc/listbox.php” –> ” in index.shtml so the proper SSI include should be
<!–#include virtual=/inc/listbox.php” –>







