From 3741a16e708fb022d6d05f353c581af831bedf3e Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 5 Jul 2008 13:38:57 +0000 Subject: 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. --- central/trunk/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 central/trunk/.htaccess (limited to 'central/trunk/.htaccess') 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 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.+) /theme/$1 [QSA,L] -- cgit 1.4.1