Search

I'll be at


My Twitter

    Subscribe

    Recent entries

    No recent entries.

    Archives by subject

    Archives by date

    Sun Mon Tue Wed Thu Fri Sat
        1 2 3 4 5
    6 7 8 9 10 11 12
    13 14 15 16 17 18 19
    20 21 22 23 24 25 26
    27 28 29 30 31    
    7
    Apr

    Online tool for creating Apache .htaccess files

    Creating/modifiy the Apache webserver .htaccess files by hand can be a bit of a pain at times.

    Today I came across a website that lets one generate an .htaccess file using a nice, Ajax-y web interface.

    For example, to setup authentication, one has to create a user. You can do that by simply filling out a simple form like:

    Create .htaccess file

    And this gives you contents that you need to copy across into your .htaccess file.

    .htaccess file contents

    Very neat and very useful.

    You can use the tool here: Create .htaccess files online

    Comments