We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These instructions were sent to mapserver-users by Lindsay C. Blanton:
To get php_mapscript working properly on a Redhat Fedora box, I used the following steps:
#!/bin/bash export SCRIPT_FILENAME=$PATH_TRANSLATED /usr/bin/php
Action phtml-script /cgi-bin/php.sh AddHandler phtml-script .phtml
Now apache calls the php cgi for mapscript php files, and the php apache module is called for everything else.
Hope this helps someone out there using preinstalled Linux distributions.
Go back to: [wiki:PHPMapScript