Re: .XML running PHP getting 403

2016-02-22 Thread Jim Ohlstein
Hello, On 2/22/16 6:46 AM, txt3rob wrote: Hi, I want a PHP file to have the extension of .xml but when i do the below when accessing the php file via web browser i get a access denied. location ~ ^(.+\.xml)(/.*)?$ { fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_ind

.XML running PHP getting 403

2016-02-22 Thread txt3rob
Hi, I want a PHP file to have the extension of .xml but when i do the below when accessing the php file via web browser i get a access denied. location ~ ^(.+\.xml)(/.*)?$ { fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; include fastcgi.