diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..912ca125 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ + + Order allow,deny + Deny from all + diff --git a/README b/README new file mode 100644 index 00000000..de855a2f --- /dev/null +++ b/README @@ -0,0 +1 @@ +This is a sample PHP project diff --git a/index.php b/index.php new file mode 100644 index 00000000..d5a9ce2b --- /dev/null +++ b/index.php @@ -0,0 +1,8 @@ + + + Hello World + + + Hello World

'; ?> + +