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
- accepting:
- PyLucid locatet at: Docroot/PyLucid/
- You use the the CGI handler named: PyLucid_CGI_Handler.py (since v0.7.1 it is named index.py)
- example URL: http://domain.com/PyLucid/PyLucid_CGI_Handler.py
- Create the lockfile named Docroot/PyLucid/install_lock.txt
- The file content is only your plaintext password
- Go to the install section with this URL:
- 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 ;)
