2009-09-07, 10:32:52
ok, so as it stands now, the default .htaccess file looks like this:
**REPLACE** gets replaced by install.php when it discovers what the subdomain is, "/" if it is root.
Code:
AddDefaultCharset UTF-8
RewriteEngine on
RewriteBase **REPLACE**
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
**REPLACE** gets replaced by install.php when it discovers what the subdomain is, "/" if it is root.