Guest_imported
New member
- Jan 1, 1970
- 0
Anyone had this problem : If I add this :
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
<IfModule mod_php3.c>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
My Cgi Scripts Quit working . And If i add </IfModule> at the end of my Php Quits Working and Cgi is working Fine again . Or if I take out the last half I get the same results ( No Php but Cgi Works ) .
I'm lost but still trying :>/
Thanks in advance !!!
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php4 .php3 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
<IfModule mod_php3.c>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
My Cgi Scripts Quit working . And If i add </IfModule> at the end of my Php Quits Working and Cgi is working Fine again . Or if I take out the last half I get the same results ( No Php but Cgi Works ) .
I'm lost but still trying :>/
Thanks in advance !!!