Dominik Waßenhoven wrote:

> 
> But I have a problem: neither Opera 6.0 nor Konqueror 3.0.0 can interpret the 
> php-files. They both have the following error:
> 
> [Opera:] XML-Interpretation fehlgeschlagen syntax error (2:62) 
> [Konqueror:] XML-Lesefehler: unexpected character in Zeile [x], Spalte [y]
> 
> Mozilla 1.0 can interpret the php3-files, but it does not show the php-files. 
> It works when I rename the php-files into php3, but then I have to change the 
> links in nearly every document, which would be a little bit too much work... 
> ;-(
> 
> Do I have to change some of my browser-settings or is there any other clue? 
> I work on a SuSE-Linux 7.3.


start your own local webserver (apache) and write into
/etc/httpd/httpd.conf

     # And for PHP 4.x, use:
     #
<IfModule mod_php4.c>
     AddType application/x-httpd-php .php
     AddType application/x-httpd-php .phtml
     AddType application/x-httpd-php .php3
     AddType application/x-httpd-php .php4
     AddType application/x-httpd-php-source .phps
</IfModule>

Herbert



-- 
http://www.lyx.org/help/

Reply via email to