diff --git a/.htaccess b/.htaccess index c3f23d80..e0acf333 100644 --- a/.htaccess +++ b/.htaccess @@ -2,8 +2,7 @@ Options +FollowSymLinks RewriteEngine On -RewriteRule ^themes/([a-zA-Z\-\_\0-9]+)\/$ combine.php?type=css&theme=$1 -RewriteRule ^js/all combine.php?type=javascript +RewriteRule ^js/all$ js # Turn on Expires and set default to 0 ExpiresActive On diff --git a/combine.php b/combine.php index 74d6cb31..c70c6bca 100644 --- a/combine.php +++ b/combine.php @@ -1,207 +1,18 @@ \ No newline at end of file diff --git a/js/index.php b/js/index.php new file mode 100644 index 00000000..b620444a --- /dev/null +++ b/js/index.php @@ -0,0 +1,30 @@ + diff --git a/themes/default/index.php b/themes/default/index.php new file mode 100644 index 00000000..969ac5a7 --- /dev/null +++ b/themes/default/index.php @@ -0,0 +1,23 @@ + diff --git a/themes/valencia/index.php b/themes/valencia/index.php new file mode 100644 index 00000000..763efc4f --- /dev/null +++ b/themes/valencia/index.php @@ -0,0 +1,23 @@ + \ No newline at end of file