Custom 404 and 500 errors not working
问题 Got custom 404 and 500 error pages which don't work. I'm given the following error for both pages, when trying to access directly or via error: error img .htaccess content: DirectoryIndex index.php RewriteEngine on RewriteCond $1 !^(index\.php|assets|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ ./index.php/$1 [L,QSA] ErrorDocument 404 /error_docs/404.php ErrorDocument 500 /error_docs/500.php error pages both contain: <p