Setting up MT 3.1's dynamic publishing with an Apache virtual host config
The suggested setup routine for MT 3.1's dynamic publishing gives instructions for use with .htaccess files. If, like me, you've got root access to some variety of unix box then you might well want to do your setup using an apache config file and not a .htaccess file: The performance of mod_rewrite processing rewrite rules in a config file is much better than rules in a .htaccess file.
- 16.1.2005, 15.34
- File under: Movable Type, mod_rewrite, Apache, sysadmin