1
I have a website on php in test phase in a directory above the root of the official website. To configure the friendly URL (remove the entension . php) is for web config.. I made a rule that doesn’t work for subdirectory files. Ex: products/something and product/something, only works in root type files php company.. When accessing product and product pages get the message "No input file specified."
http://www.exemplo.com.br/sitenovo/empresa = OK
http://www.exemplo.com.br/sitenovo/produtos/camisas = No input file specified.
With the php extension works normally: http://www.exemplo.com.br/sitenovo/produtos.php/camisas