How do i know if my server has this active? If it is not active how do you activate it?
My server is running centos6 64bit with WHM/CPANEL… Thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
To enable it, edit your your Apache config (/etc/httpd/conf/httpd.conf). Find the section beginning with the section “<Directory /var/www/html>” You simply need to add “AcceptPathInfo On” in it. Finally, restart Apache and it should be enabled.