I don’t have .htaccess in any of WordPress subfolders including Phastpress.
1) test.php
Echo Hello string.
2) Copy phast.php
and paste as phast2.php
, rename phast.php
to phast.php.bak
and rename phast2.php to phast.php
Still error 404.
3) phast3.php and test.php are identical.
Copy phast.php source code, paste into the new phast3.php
and access URL to that file directly.
Still error 404, not blank page.
4) Access URL directly to ../wp-content/plugins/phastpress/low-php-version.php
Return code 200, blank plage.
4) chmod 755 phast3.php and access URL to that file directly.
Still error 404.
5) Commented out code in phast.php
// phastpress_get_service_sdk()->getServiceAPI()->serve();
Shown blank page which is correct.
It seem the sdk need to be debug.