diff options
Diffstat (limited to 'central/trunk/.htaccess')
| -rw-r--r-- | central/trunk/.htaccess | 4 |
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 @@ | |||
| 1 | RewriteEngine On | ||
| 2 | RewriteCond %{REQUEST_FILENAME} !-f | ||
| 3 | RewriteCond %{REQUEST_FILENAME} !-d | ||
| 4 | RewriteRule ^(.+) /theme/$1 [QSA,L] | ||
