i have a site that using .htaccess to redirect .php files to .html but nginx cant see that rule/html files and gives 404 error because there are no actual .html files
there just php files which are rewrite to look like html
how to tell nginx to send that 404 error to Apache and let apache find the file and serve it


LinkBack URL
About LinkBacks
Reply With Quote
I'm using cpAnel with Apache + nginx