[Radiant] Executing php script inside public directory

Maurizio Balestrieri maurizio at gmail.com
Tue Sep 26 10:57:24 CDT 2006


I've a PHP script (an online survey software) which I'd like to execute
along Radiant. I copied the script (which is working well under another
non-radiant served domain) under /myradiantapp/public directory. I modified
the /myradiantapp/.htaccess file as follows:

RewriteCond %{REQUEST_URI} ^/survey/.*
RewriteRule .* - [L]

What I get is not parsed by radiant but the PHP script is not executed when
I invoke this URL:

http://www.example.com/survey/index.php

but it is simply shown by the browser as if it were a plain text file.

I guess is a PHP configuration issue (since it seems radiant relinquished
its control on the pph script file), but the very same script worked well on
the same machine (with the same php and apache configuration).

I'm running a vps on rimuhosting.

Any help would be appreciated. Thank you.

--M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.radiantcms.org/pipermail/radiant/attachments/20060926/8a55ff71/attachment-0001.html


More information about the Radiant mailing list