AndrewElliott
4-9-08, 12:06 PM
I'm a little out of my depth here.
How do I edit the httpd.conf file?
Is it like htaccess where I can just put it in whatever folder I want?
or do i need to edit a centeral file?
Can I even do this?
I want to append the httpd.conf file for the following
# MIME Types for WAP
# For PHP 4.x, use this:
AddType application/x-httpd-php .wml
# This parses php scripts within a .wml page
# For PHP 3.x, use this:
AddType application/x-httpd-php3 .wml
# For normal WML pages.
AddType text/vnd.wap.wml .wml
# For WML embedded graphics.
AddType image/vnd.wap.wbmp .wbmp
# End MIME Types for WAP
Can I edit the MIME types without messing with the httpd.conf file?
Basically I just want the server to execute wml file as if they were php files.
A sort of "Run as..." command if I can speak in Windows.
How do I edit the httpd.conf file?
Is it like htaccess where I can just put it in whatever folder I want?
or do i need to edit a centeral file?
Can I even do this?
I want to append the httpd.conf file for the following
# MIME Types for WAP
# For PHP 4.x, use this:
AddType application/x-httpd-php .wml
# This parses php scripts within a .wml page
# For PHP 3.x, use this:
AddType application/x-httpd-php3 .wml
# For normal WML pages.
AddType text/vnd.wap.wml .wml
# For WML embedded graphics.
AddType image/vnd.wap.wbmp .wbmp
# End MIME Types for WAP
Can I edit the MIME types without messing with the httpd.conf file?
Basically I just want the server to execute wml file as if they were php files.
A sort of "Run as..." command if I can speak in Windows.