php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "module not found"

What is the difference between using "HTTP/1.0 404 Not Found" and "Status: 404 Not Found" in PHP for generating a 404 response header?

Using "HTTP/1.0 404 Not Found" directly sends an HTTP response header indicating a 404 error, while "Status: 404 Not Found" sets a custom header that...

What steps can be taken to troubleshoot and resolve the "Not Found" error when using mod_rewrite in PHP?

The "Not Found" error when using mod_rewrite in PHP typically occurs when the server is unable to locate the specified resource or URL. To troubleshoo...

How can one troubleshoot errors related to the SVN module not appearing in phpinfo despite being included in the php.ini file?

The issue of the SVN module not appearing in phpinfo despite being included in the php.ini file may be due to the module not being properly loaded by...

What are the potential reasons for the Session module not being included in a PHP installation, even with a standard RPM package?

The potential reasons for the Session module not being included in a PHP installation, even with a standard RPM package, could be due to the module no...

What steps can be taken to restore a missing download module in the module management system?

If a download module is missing in the module management system, one possible solution is to check if the module files are still present in the correc...

Showing 6 to 10 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.