Difference between revisions of "Setup:Installation Manual/Security Settings/Deactivating installcheck file"
← Setup:Installation Manual/Security Settings/Deactivating installcheck file
[quality revision] | [quality revision] |
As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively.
A short instruction can be found in this document.
Tips for this Document[edit | edit source]
- Please, read this manual completely and work through the single installation steps one after another.
- For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark).
-
The placeholder
<installpath-bluespice>
stands for the path to your BlueSpice installation, e.gC:\inetpub\wwwroot\bluespice
(Windows) or/var/www/bluespice
(Linux).
Deactivating installcheck.php[edit | edit source]
Switch to the directory <installpath-bluespice>
and open the installcheck.php
file in a text editor. Insert a new line after the first line and insert
die( 'Deactivated.' );
Save and exit the file. The installcheck.php is no longer accessible now.
If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line.
{{DISPLAYTITLE:Deactivating installcheck.php}} __TOC__ As soon as the setup of BlueSpice is completed, you should prevent the execution of the installcheck.php while using the wiki productively.<br />A short instruction can be found in this document. ==Tips for this Document== * Please, read this manual completely and work through the single installation steps one after another. * For editing the configuration files with a text editor, the files must be saved in UTF-8 coding without BOM (Byte Order Mark). * The placeholder <code><installpath-bluespice></code> stands for the path to your BlueSpice installation, e.g <code>C:\inetpub\wwwroot\bluespice</code> (Windows) or <code>/var/www/bluespice</code> (Linux). ==Deactivating installcheck.php== Switch to the directory <code><installpath-bluespice></code> and open the <code>installcheck.php</code> file in a text editor. Insert a new line after the first line and insert die( 'Deactivated.' ); Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line. [[en:{{FULLPAGENAME}}]][[de:Setup:Installationsanleitung/Sicherheitseinstellungen/Deaktivieren_der_installcheck_Datei]]
Line 16: | Line 16: | ||
die( 'Deactivated.' ); | die( 'Deactivated.' ); | ||
Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line. | Save and exit the file. The installcheck.php is no longer accessible now.<br />If you need to restore this file at a later time, it is sufficient to temporarily disable inserted line by placing the # character at the beginning of the line. | ||
+ | |||
+ | [[en:{{FULLPAGENAME}}]][[de:Setup:Installationsanleitung/Sicherheitseinstellungen/Deaktivieren_der_installcheck_Datei]] |