Current time: 05-18-2024, 03:40 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT].htm files als php parsen
Author Message
fluser Offline
Documentation Team
***
Docu Team

Posts: 246
Joined: May 2010
Reputation: 1
Post: #8
RE: .htm files als php parsen
Hmmm, habe gerade folgendes gefunden:

Quote:Goodbye .htaccess and Hello .ini

Under the old Apache Module mode you were able to manipulate the PHP settings from within a .htaccess file placed in the script's directory.

For example you could turn off the php setting "magic_quotes_gpc" with this line in .htaccess:

php_value magic_quotes_gpc on

With PHP running as CGI/phpsuexec, manipulating the PHP settings is still possible however it can not be done with .htaccess. Using .htaccess with php_value entries within it will cause a 500 internal server error when attempting to access the scripts. This is because php is no longer running as an apache module and apache will not handle those directives any longer.

All php values should be removed from your .htaccess files to avoid the 500 internal server error. Creating a php.ini file to manipulate the php settings will solve this issue.

Ist also doch ein Apache/Suexec Problem und nicht ISP-Control Wink

Wieso verwendest du nicht einfach .php anstatt .htm? Du kannst sonst auch die php.ini von deinem Kundenprofil ändern.

MlG Fluser
11-03-2010 10:49 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: .htm files als php parsen - fluser - 11-03-2010, 09:44 PM
RE: .htm files als php parsen - Snooops - 11-03-2010, 09:56 PM
RE: .htm files als php parsen - fluser - 11-03-2010, 10:05 PM
RE: .htm files als php parsen - Snooops - 11-03-2010, 10:08 PM
RE: .htm files als php parsen - fluser - 11-03-2010, 10:16 PM
RE: .htm files als php parsen - Snooops - 11-03-2010, 10:23 PM
RE: .htm files als php parsen - fluser - 11-03-2010 10:49 PM
RE: .htm files als php parsen - Snooops - 11-03-2010, 11:08 PM
RE: .htm files als php parsen - fluser - 11-03-2010, 11:31 PM
RE: .htm files als php parsen - ZooL - 11-04-2010, 07:29 AM
RE: .htm files als php parsen - Snooops - 11-04-2010, 06:44 PM
RE: .htm files als php parsen - ZooL - 11-04-2010, 07:29 PM
RE: .htm files als php parsen - Snooops - 11-04-2010, 07:37 PM
RE: .htm files als php parsen - ZooL - 11-04-2010, 08:49 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)