LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Ho can i enable "Virtual Directory Support" in php.ini (https://www.linuxquestions.org/questions/linux-general-1/ho-can-i-enable-virtual-directory-support-in-php-ini-838234/)

deepakdeore2004 10-15-2010 06:29 AM

Ho can i enable "Virtual Directory Support" in php.ini
 
I see "Virtual Directory Support" is disabled in phpinfo.php, how can I enable it ? I didnt find any option in php.ini related to Virtual Directory Support.

Thanks,
Deepak

bathory 10-15-2010 08:29 AM

Hi,

I don't really think that you need Virtual Directory Support. If you're running apache as a web server, you can use mod_rewrite.
If you absolutely want to enable this feature, you must use a php binary compiled with thread safety (e.g. using --enable-maintainer-zts to configure php sources)

Regards


All times are GMT -5. The time now is 11:56 PM.