|
|
|
|
|
|
|
|
|
|
|
#1 | |
|
Oh! I haven't changed since high school and suddenly I am uncool
|
Hi
Quote:
Thanks for your reply. You cleared up a few things for me. I eventually contacted my hosting provider with a screen shot, and got this reply : It appears that the rule was not listed in the .htaccess file to enable the SSI. We have added the file for you. The URL does resolve to a black page, However, the file that is being referenced does not exist. Please review your scripting of the testing.shtml file. The rule they added to .htaccess is : addhandler x-httpd-php5-cgi .shtml When I pull up my testing.shtml page it is blank. I have read and re read your instructions, and cannot see what I have missed. I will give it a break today, and try again from scratch tomorrow. |
|
|
|
|
|
|
#2 |
|
Banned
Join Date: Oct 2003
Location: About to be evicted!!!!
Posts: 4,082
|
Try uploading the following as your testing.shtml page:
Code:
<html><head><title>Test</title> </head> <body> <!--#include virtual="cgi-bin/readblog.cgi"--> </body></html> If you get a message "an error has occurred executing this directive" or similar, the problem is with the script file. If you get a blank page, take a look at the source code in your browser (on IE, simply select "source" from the "view" menu") and let me know what you get. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|