CMS Project Sync
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Duplicator config, In case of file downloading problem, you can disable/enable it at Duplicator > Settings > Storage > Apache .htaccess
|
||||
|
||||
Options -Indexes
|
||||
<Files *.php>
|
||||
deny from all
|
||||
</Files>
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(daf)$">
|
||||
ForceType application/octet-stream
|
||||
Header set Content-Disposition attachment
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// silence
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// silence
|
||||
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// silence
|
||||
Reference in New Issue
Block a user