Skip to content

freecastle/htaccessConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This script recursively searches from the present working directory for .htaccess files. It converts the directives found within the .htaccess files into the apropriate format for addition within the httpd.conf configuration file.

This is useful as .htaccess files are incredibly easy to work with during development, but a major performance issue in production. Get the best of both worlds, let your devs work on the fly, then merge as part of your deployment process


About

Scripts to recursively search for, then conver .htaccess files to a single httpd.conf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 61.2%
  • Perl 38.8%