2010-05-08, 23:27:18
spilarix Wrote:Where is it set?
Code:
if (! file_exists($file)) {
if (file_exists($file_404)) {
$file = $file_404;
exec_action('error-404');
}
}
Code:
$file_404 = "data/other/404.xml";
spilarix Wrote:Could you give me an example of 403.xml file? (It would be interessant to put a default file in the package)Check the folder I mentioned above. You’ll find every GetSimple installation should already have a default 404.xml file in /data/other/.
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!