Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tutoriais
Wiki
Wiki
Magento
Htaccess
Htaccess
· Changes
Page history
Update Htaccess
authored
Aug 09, 2019
by
Jonatan Machado
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Magento/Htaccess.md
Magento/Htaccess.md
+1
-2
No files found.
Magento/Htaccess.md
View page @
d3bed946
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
###Bloquear extensões sensíveis
###Bloquear extensões sensíveis
<FilesMatch ".(zip|sql|htaccess|htpasswd|ini|phps|fla|
psd|log
|sh)$">
<FilesMatch ".
+\.
(zip|sql|htaccess|htpasswd|ini|phps|fla|
log|psd
|sh)$">
Order Allow,Deny
Order Allow,Deny
Deny from all
Deny from all
</FilesMatch>
</FilesMatch>
...
@@ -217,5 +217,4 @@
...
@@ -217,5 +217,4 @@
Order allow,deny
Order allow,deny
Allow from all
Allow from all
```
``
```
``