diff --git a/.gitignore b/.gitignore index 64ba57e..be5727f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/nbproject/private/ /cache/ /log/ config.php \ No newline at end of file diff --git a/.htaccess b/.htaccess index 8c5d912..bbf14ca 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On -RewriteRule ^(.*)fonts/fontawesome-webfont(.*)$ lib/system/lib/font_awesome/lib/fonts/fontawesome-webfont$2 [L] -RewriteRule ^sai$ sai.php$1 [L] +#RewriteRule ^(.*)fonts/fontawesome-webfont(.*)$ lib/system/lib/font_awesome/lib/fonts/fontawesome-webfont$2 [L] +#RewriteRule ^sai$ sai.php$1 [L] RewriteRule ^(.*)files/([^/]+)/([^/]+)$ api.php?call=files&cat=$2&id=$3 [L] RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L] \ No newline at end of file diff --git a/api.php b/api.php index 469b922..1832bd8 100644 --- a/api.php +++ b/api.php @@ -1,5 +1,5 @@ html(); \ No newline at end of file