about summary refs log tree commit diff stats
path: root/central/trunk/.htaccess
blob: aad8de8c97efc2b46a15395e83fe8c73d6078a37 (plain) (blame)
1
2
3
4
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+) /theme/$1 [QSA,L]