// Some fix on canonical URL + remove PS_HOMEPAGE_PHP_SELF configuration
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
class PageNotFoundControllerCore extends FrontController
|
||||
{
|
||||
public $php_self = '404.php';
|
||||
public $php_self = '404';
|
||||
|
||||
public function displayContent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user