I followed the instruction on the set up page and co-op isnt working this is what the tech support at my host said: If you put in some error checking in your script, you would find out the issue is in the first line of code in your script looking for the file_get_contents which is not available. You may need to find another function to perform the task you need in the script. Is he right or is there another problem?
It had worked before on the server then somehow it stopped working. So the server must support it. This is whats in my .htaccess anything wrong here? AddType application/x-httpd-php .php .htm .html RedirectMatch temp ^/guys.htm$ http://www.lagunasurfshop.com/mens.htm RedirectMatch temp ^/eyewear.htm$ http://www.lagunasurfshop.com/sunglasses.htm AddType text/html .html .htm AddHandler server-parsed .shtml .html .htm Options Indexes FollowSymLinks Includes
You probably can't have two different types for .htm and .html files... but you might want to check your httpd error log to make sure.
[Mon Jan 24 18:05:23 2005] [error] [client 66.108.215.102] File does not exist: /home/surfer1/public_html/404.shtml [Mon Jan 24 18:05:23 2005] [error] [client 66.108.215.102] File does not exist: /home/surfer1/public_html/favicon.ico what should i take out of htaccess?
More specifically if comment out these lines: AddType text/html .html .htm AddHandler server-parsed .shtml .html .htm SSI calling the footer wont work properly. What is the solution?