install_lock.txt

  • the install lock file sould only exist if you want to go to the install section!
  • You should have the follow lines in your .htaccess:
    <Files install_lock.txt>
        Deny from all
    </Files>
    

Overview

  1. Create the lockfile named Docroot/PyLucid/install_lock.txt
  2. The file content is only your plaintext password
  3. Go to the install section with this URL:
  4. http://domain.com/PyLucid/index.py/_install'''PASSWORD

Details

install lock file content:

  • The install lock file contains only your password! No comment, no other chars (like a BOM string!)
  • The complete first line is your password. (Only the first line would be readed.)
  • The password must be min. 8 chars long!
  • You sould only use ASCII chars who are URL save ;)