diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..ac5a5350 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ +DirectoryIndex index.php +RewriteEngine on + +RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|jquery|js|robots\.txt|favicon\.ico) +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ ./index.php?$1 [L,QSA] diff --git a/application/config/constants.php b/application/config/constants.php new file mode 100644 index 00000000..555721fb --- /dev/null +++ b/application/config/constants.php @@ -0,0 +1,61 @@ +