diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..6673b15 --- /dev/null +++ b/.htaccess @@ -0,0 +1,10 @@ + +RewriteEngine On + +Rewritebase / + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] + +