|
|
|
> just installed on RedHat 5.0 with Apache 1.3 and MySQL. Problem is that
> when I type in the url of a php3 file on my machine my browser gives me
> the "Save As` dialog box. When I view php3 files on other servers they
> work fine..
In the file srm.conf (one of Apache`s configuration files found in the etc
directory)
add the following:
AddIcon /icons/php3.gif .php3
AddIcon /icons/php2.gif .php2
AddIcon /icons/phps.gif .php3s .phps
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
|
|
| Caldera Openlinux 1.2 Standard Categories : Web Servers, MySQL, PHP, Apache, Databases | | | apache_lookup_uri -- Perform a partial request for the specified URI and return all info about it Categories : PHP, PHP Functions, Apache, Web Servers | | | include php3 files Categories : Filesystem, PHP, Apache, Web Servers | | | Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin Categories : Installation, PHP, MySQL, Apache, Web Servers | | | PHP Apache and SSL Categories : PHP, Apache, Web Servers | | | Logging 404 errors in your custom statistics using Apache and a PHP script. Categories : Apache, Web Servers, PHP, Errors and Logging | | | gd libraries make gmake php3 apache-1.3.0 gd1.3 FreeBSD-2.2
Categories : Installation, PHP, Apache, Web Servers | | | Installing Oracle support to PHP running in Apache Categories : PHP Configuration, Apache, Oracle, Databases, Web Servers | | | WebServerSpy checks which kind of Webserver is running, Apache, Netscape, Fasttrack, IIS, HTTP-Header, HTTP 1.0, GET, spy, WWW Categories : HTTP, Network, Apache, PHP, Web Servers | | | phpCMS a content-management-system written in php. Categories : Content Management, Apache, Complete Programs, Web Servers, PHP | | | PostgreSQL and apache web authentication source.
Categories : Authentication, PostgreSQL, Apache, Web Servers | | | How can i see the path of the php3.ini file my php3 uses? Categories : PHP, PHP Configuration | | | uaa Categories : Apache, Apache, Browsers, Calendar | | | This functions compares the current PHP version with a
desired version. Because of the 3 tiered version system, a
direct compare of a string to phpversion() will not be
accurate. Categories : PHP Configuration, PHP, Variables | | | How to overide the Max_file_size barier Categories : PHP, PHP Configuration, Filesystem | |
| | | | Mahendra Kalkura wrote :817
i think you typed the full path of the url
something like c:\phpdev\php\sample\yourscript.php
instead you must give it something like this
http://localhost/path/to/webserver/root/yourscript.php
this may work
try and tell me ok
bye
take care
| |
|
|