first commit
This commit is contained in:
8
wp-content/plugins/gotmls/safe-load/.htaccess
Normal file
8
wp-content/plugins/gotmls/safe-load/.htaccess
Normal file
@@ -0,0 +1,8 @@
|
||||
# BEGIN GOTMLS Directory Protection
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule . index.php [L]
|
||||
</IfModule>
|
||||
# END GOTMLS Directory Protection
|
||||
Reference in New Issue
Block a user