php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "virtual hosts"

What methods can be used to set up virtual hosts for local testing of website traffic sources?

Setting up virtual hosts for local testing of website traffic sources allows you to simulate different domains or subdomains locally on your machine....

What are the general settings and configurations for Apache in Fedora that define virtual hosts and sub-configurations for vHosts?

To define virtual hosts and sub-configurations for Apache in Fedora, you need to modify the main Apache configuration file located at /etc/httpd/conf/...

What is the significance of using $_SERVER['DOCUMENT_ROOT'] in PHP when including files across different virtual hosts?

When including files across different virtual hosts in PHP, using $_SERVER['DOCUMENT_ROOT'] is significant because it provides the absolute path to th...

What are the best practices for configuring Apache virtual hosts in Xampp?

When configuring Apache virtual hosts in Xampp, it is important to create separate virtual host configurations for each website or application you wan...

How can Apache virtual hosts be used to turn off Safe Mode in PHP?

To turn off Safe Mode in PHP using Apache virtual hosts, you can set the PHP directive `safe_mode` to `off` in the virtual host configuration file. Th...

Showing 1 to 5 of 279 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 55 56 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.