A
ashwin_acharya
Guest
Hi
there is a problem which is briefed below
The large majority of sites run php programs without the extension php.
Adding the statement:
Options +Multiviews
to /home/httpd/vhosts/mydomain.com/conf/vhost.conf allows me to call PHP files without the extension (.php)
Again, I'd like to configure this server wide so I don't have to edit 200+ config files.
Right now the test sites are all broken as scripts rely on this.
So the question is - Where do the statements:
Options +Multiviews
AcceptPathInfo On
go to be in effect for the whole server.
Please reply if anyone has faced a similar problem
Thanks
there is a problem which is briefed below
The large majority of sites run php programs without the extension php.
Adding the statement:
Options +Multiviews
to /home/httpd/vhosts/mydomain.com/conf/vhost.conf allows me to call PHP files without the extension (.php)
Again, I'd like to configure this server wide so I don't have to edit 200+ config files.
Right now the test sites are all broken as scripts rely on this.
So the question is - Where do the statements:
Options +Multiviews
AcceptPathInfo On
go to be in effect for the whole server.
Please reply if anyone has faced a similar problem
Thanks