RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  •  

    HTAccessible – GUI app for managing .htaccess directives on Windows – Freeware

    August 26th, 2008

    For those of us who wish to take advantage of handy .HTaccess directives but find it complicated have a freeware GUI alternative – HTAccessible!

    Unless you work with .htaccess on a daily basis the chances are you haven’t got the exact syntax rolling around in your head when you need it. That’s where HTAccessible comes in. It provides a simple interface for putting together some of the most commonly used Apache directives, without the need for yet another Google search.

    HTAccessible - A freeware GUI app for managing .htaccess directives

    HTAccessible - A freeware GUI app for managing .htaccess directives

    As you observe in the screenhost above, you can manage the following .htaccess directives:

    1. Block IP address or a range of it
    2. Customize error documents
    3. Prevent hotlinking and save your expensive bandwidth
    4. Ensure better handling of files by the browser by sending appropriate MIME types
    5. Select extensions of files that should be parsed with server-side includes, select default pages such as index.php, etc.
    6. Manage redirects and retain your visitors
    7. Allow/disallow directory listing or selectively allow/disallow which extensions can be listed.

    Choose your directive and it shall create the code snippet for it. Simply copy-paste it into your exisiting .htaccess file or save it as a new .htaccess file.

    Download from Download.com


    CodeBank – A freeware portable code snippets manager

    August 19th, 2008

    CodeBank is a small yet valuable freeware that can manage snippets of code. You can create categories such as PHP, SQL, CSS, JavaScript, etc. that can be custom syntax highlighted. Its stores the data in a XML file. The user interface is pleasing with a ‘tree’ of snippets that can be drag-n-dropped with ease.

    Codebank screenshot

    Codebank screenshot

    There is an insignificant bug that prevents from updating the XML database name and shows ‘Unnamed‘ even after altering its properties. For the geeky ones, compare your XML file with the one that came as a sample and add the missing tag and value!