Textpattern 1.0rc3
Posted by sto Mon, 21 Feb 2005 10:42:00 GMT
Site updated to the last textpattern version. The method_missing scheme is used in the .htaccess:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
The same will be used in the next rails version, in combination with routes



