I'm having a strange "File Not Found" with my CENTOS 7 PLESK 12.5 server using php-fpm served by apache.
the url is this one:
https://www.lemienozzeshop.it/sposa...ate_add&orderway=asc&n=24&p=2&_=1516628905296
This URL returns a weird white page reporting "File Not Found"
This does happen on all other similar URLs that contain /sposa/ in the URL and which are rewritten in .htaccess:
RewriteCond %{HTTP_HOST} ^www.lemienozzeshop.it$
RewriteRule ^sposa/(.*) /$1 [L]
The real file is in fact located here:
https://www.lemienozzeshop.it/modules/blocklayered/blocklayered-ajax.php
And if i directly call this file it works.
The error doesn't happen if I switch the php handler to fastcgi + apache.
Has anybody had this problem? Can anybody help me in tracing this error?
Any help would be appreciated.
the url is this one:
https://www.lemienozzeshop.it/sposa...ate_add&orderway=asc&n=24&p=2&_=1516628905296
This URL returns a weird white page reporting "File Not Found"
This does happen on all other similar URLs that contain /sposa/ in the URL and which are rewritten in .htaccess:
RewriteCond %{HTTP_HOST} ^www.lemienozzeshop.it$
RewriteRule ^sposa/(.*) /$1 [L]
The real file is in fact located here:
https://www.lemienozzeshop.it/modules/blocklayered/blocklayered-ajax.php
And if i directly call this file it works.
The error doesn't happen if I switch the php handler to fastcgi + apache.
Has anybody had this problem? Can anybody help me in tracing this error?
Any help would be appreciated.