By moizhb on
Hey there,
On my university server I can execute PHP only as CGI. So to run PHP I have to name the files as *.cgi and include the PHP library. Is there a way to install Drupal in such a configuration. There is no way I can make any modification onto the server.
Thanks, appreciate any help.
Comments
If the server looks at the
If the server looks at the extension, maybe you can add a custom handler for .php which does the same thing it does for .cgi?