ID: 12989
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Apache related
Operating System:
PHP Version: 4.0.6
New Comment:
You can use this php.ini directive to set the
mimetype:
default_mimetype = text/vnd.wap.wml
This can also be set within httpd.conf / .htaccess files:
php_value default_mimetype text/vnd.wap.wml
--Jani
Previous Comments:
------------------------------------------------------------------------
[2001-08-28 02:37:53] [EMAIL PROTECTED]
i want to parse .wml sites with php, the problem is the default
header.
when i not have added
AddType application/x-httpd-php .wml
in the httpd.conf, then everything its fine and apache returned
the korrekt header in pure .wml sites (without php stuff).
my mimetype entry
text/vnd.wap.wml wml
works in this case.
when i add
AddType application/x-httpd-php .wml
to the apache config, the mimetype settings are useless :-(
apache sends by default text/html and i have to rework als .wml
sites and have to add a line at first::
<?php header("Content-Type: text/vnd.wap.wml");?>
thats very bad, if i have lots of such sites, which were at first
plain wml.
i wanted to rename all .php sites to .wml, if they produce wml
code, because i want to avoid problems with wap browsers
which are looking for the filepostfix...
imho should php set the header using mimetypes settings.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12989&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]