diff --git a/mirzaev/skillparts/system/web/.htaccess b/mirzaev/skillparts/system/web/.htaccess new file mode 100644 index 0000000..197199e --- /dev/null +++ b/mirzaev/skillparts/system/web/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine on +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule . index.php [L] diff --git a/mirzaev/skillparts/system/web/favicon.ico b/mirzaev/skillparts/system/web/favicon.ico new file mode 100644 index 0000000..580ed73 Binary files /dev/null and b/mirzaev/skillparts/system/web/favicon.ico differ diff --git a/mirzaev/skillparts/system/web/index-test.php b/mirzaev/skillparts/system/web/index-test.php new file mode 100644 index 0000000..1ec192f --- /dev/null +++ b/mirzaev/skillparts/system/web/index-test.php @@ -0,0 +1,16 @@ +run(); diff --git a/mirzaev/skillparts/system/web/index.php b/mirzaev/skillparts/system/web/index.php new file mode 100644 index 0000000..8057516 --- /dev/null +++ b/mirzaev/skillparts/system/web/index.php @@ -0,0 +1,12 @@ +run(); diff --git a/mirzaev/skillparts/system/web/robots.txt b/mirzaev/skillparts/system/web/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/mirzaev/skillparts/system/web/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file