corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
php .htaccess generator tool
htaccesser-0.11.tar.gz
I host this because bitesizeinc.net has vanished.
NOTE: To get this running, you will need to have short open tags enabled on
your server, which it probably isn't (good!). But of course, we can enable
it locally with .htaccess, like this..
php_flag short_open_tag on
If you are running Apache as a CGI (probably), put the directives in your local
.user.ini (or perhaps php.ini) file, like so..
[PHP]
short_open_tag = on