.htaccess
Aus Mein Wiki
Sebra (Diskussion | Beiträge) K |
Sebra (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
+ | Tags: .htaccess, htaccess | ||
+ | |||
=== Turn on Error Reporting with .htaccess === | === Turn on Error Reporting with .htaccess === | ||
php_flag display_errors on | php_flag display_errors on | ||
Zeile 5: | Zeile 7: | ||
* mod_rewrite Quick Reference and Cheat Sheet | * mod_rewrite Quick Reference and Cheat Sheet | ||
** http://semlabs.co.uk/journal/mod_rewrite-quick-reference-and-cheat-sheet | ** http://semlabs.co.uk/journal/mod_rewrite-quick-reference-and-cheat-sheet | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Hash Generatoren == | ||
+ | === Auf Server (Linux) === | ||
+ | * htpasswd -nb [user] [kennwort] | ||
+ | |||
+ | === Online === | ||
+ | *http://www.gaijin.at/olshtcrypt.php | ||
+ | *http://www.askapache.com/online-tools/htpasswd-generator/ | ||
+ | *[http://php-einfach.de/sonstiges_generator_md5.php SHA1 und md5 Generator] | ||
+ | *[https://pro-ssl1.domainunion.de/htaccess/ htaccess Passwortgenerator (benötigt FTP-Zugang)] | ||
+ | *[http://www.homepage-kosten.de/htaccess/ DES, MD5] | ||
+ | *[http://www.htaccesstools.com/htpasswd-generator/ MD5] | ||
+ | *[http://www.askapache.com/online-tools/htpasswd-generator/ Digest, Sha1, MD5, Crypt] | ||
+ | |||
+ | [[Kategorie:Web]] | ||
+ | [[Kategorie:Apache]] | ||
+ | [[Kategorie:Softwareentwicklung]] |