| Home Profile Fun |
#126 Linux 03.06.2007
Web frontend for Apache .htaccess filesTo easily configure lots of .htaccess files from the web I created a little PHP script which I called awc.php. While browsing through the directory tree you can create, modify or delete single .htaccess files. Or just scan the whole document root. The result is a list of all found .htaccess files. Several of these can be edited at once by making a selection. By entering a user name and a password you get a new .htpasswd record. Use the download link below and extract it with tar xfvzp awc.tgzThen upload it somewhere below the document root of your webservers domain and enter the URL in your browser. For security reasons the script will run only if it is protected by a .htaccess file itself. If it does not exist, create it manually. Have fun! Screenshot Download awc.tgz |