PHP Virtual Directory support

Problem:

Virtual directory support for PHP.

Solution:

We do not support Virtual directories (in the traditional sense). These are setup using a VirtualHost container in the httpd.conf file for Apache. We do not provide support for any client's requests for modifying the httpd.conf. Therefore, it is not a possibility on our servers. You can, however, emulate a "Virtual Directory" build using mod_rewrite to rewrite input to a script in another location. See mod_rewrite tutorial for more tips how to use it.
  • 49 Users Found This Useful
Was this answer helpful?

Related Articles

Configuring the PHP Environment With php.ini

Problem: How do I change the PHP environment for my site with php.ini? Solution:   To...

PHP with FastCGI

Problem: What is FastCGI for PHP? Solution: FastCGI for PHP makes all your PHP applications...

Upload_Max_Filesize

Problem: How do I change my upload_max_filesize? Solution: Summary Locate the php.ini...

Cron Jobs with PHP Files

How do I run a php file using Cron jobs?   From the cPanel, click the Cron Jobs icon and enter...

Basic Site Security Checklist

Remove malicious files and/or files you are not familiar with. While many PHP applications...