about summary refs log tree commit diff stats
path: root/central/trunk/.htaccess
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-05 13:38:57 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-05 13:38:57 +0000
commit3741a16e708fb022d6d05f353c581af831bedf3e (patch)
treeafa1b4a288f19a3cf2f003abfa6d2f8523e8baba /central/trunk/.htaccess
parent24ee5485d1bb0c86833977dbfbd2e4999dba8e16 (diff)
downloadinstadisc-3741a16e708fb022d6d05f353c581af831bedf3e.tar.gz
instadisc-3741a16e708fb022d6d05f353c581af831bedf3e.tar.bz2
instadisc-3741a16e708fb022d6d05f353c581af831bedf3e.zip
Redid InstaDisc, new technique in store
New technique is to use XML-RPC hooks instead of a pre-built HTML interface so people
who host Central Servers will not have to use the default interface, instead allowing
them to create their own.
Diffstat (limited to 'central/trunk/.htaccess')
-rw-r--r--central/trunk/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/central/trunk/.htaccess b/central/trunk/.htaccess new file mode 100644 index 0000000..aad8de8 --- /dev/null +++ b/central/trunk/.htaccess
@@ -0,0 +1,4 @@
1RewriteEngine On
2RewriteCond %{REQUEST_FILENAME} !-f
3RewriteCond %{REQUEST_FILENAME} !-d
4RewriteRule ^(.+) /theme/$1 [QSA,L]