Tarayıcıda php dosyalarını işlemek için açılamıyor

0 Cevap php

I am very new to php, and I am trying to develop a facebook application using php. I am using Joyent as my hosting platform.

Currently, I am trying to do some simple scripts in php and then build on them. However I am unable to see any php files being rendered properly in my application.

For eg: I have a simple script called phpinfo.php:

If I execute this on terminal like php phpinfo.php , I can see all the configurations. However if I try to access the same file as http://xxxxxx.facebook.joyent.us/phpinfo.php, I get : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

Ben onun hala aynı index.php bu dosyayı yeniden adlandırmak bile. Ancak ben aynı yerde diğer html dosyalarını [index.html] erişmek mümkün.

These are some of my php settings: These are some of the settings:

[fbkusoni:~/web/public] aafhe7vh$ php phpinfo.php | grep On
allow_url_fopen => On => On
auto_globals_jit => On => On
enable_dl => On => On
file_uploads => On => On
ignore_repeated_errors => On => On
ignore_repeated_source => On => On
implicit_flush => On => On
log_errors => On => On
register_argc_argv => On => On
report_memleaks => On => On
y2k_compliance => On => On
Multibyte regex (oniguruma) backtrack check => On
mysql.allow_persistent => On => On
session.bug_compat_warn => On => On
session.use_cookies => On => On
suhosin.cookie.cryptdocroot => On => On
suhosin.cookie.cryptua => On => On
suhosin.mt_srand.ignore => On => On
suhosin.protectkey => On => On
suhosin.server.encode => On => On
suhosin.server.strip => On => On
suhosin.session.cryptdocroot => On => On
suhosin.session.cryptua => On => On
suhosin.session.encrypt => On => On
suhosin.srand.ignore => On => On
suhosin.stealth => On => On

Bu sorunun cevabı çok naif olabilir, ama ben sadece başlamak için çalışıyor ve herhangi bir önerileri arayan bu ilgili ve aynı zamanda facebook uygulamaları geliştirmek için Joyent ve CakePHP'ye kullanıyorum.

Teşekkürler.

0 Cevap