php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "web server configuration"

What are common reasons for "file_put_contents" not working when moving PHP files from a local Xampp server to a web server?

When moving PHP files from a local Xampp server to a web server, common reasons for "file_put_contents" not working include file permissions, file pat...

What are the differences in configuration between using ISAPI and CGI with PHP on Windows Server 2003?

When using PHP on Windows Server 2003, there are differences in configuration between using ISAPI and CGI. ISAPI is generally faster and more efficien...

How can one configure the PHP version used by the web server?

To configure the PHP version used by the web server, you can typically do so by modifying the server's configuration file (such as php.ini or httpd.co...

What are the best practices for running scripts at web server startup and shutdown in PHP?

When running scripts at web server startup and shutdown in PHP, it is recommended to use a combination of server configuration settings and PHP code....

Are there differences in configuration between PHP CLI and web server installations that could affect the functionality of PHP functions like imap_open?

When using PHP functions like imap_open in a CLI environment, you may encounter issues due to differences in configuration compared to a web server in...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.