Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W Wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
Collapse sidebar
  • Tutoriais
  • Wiki
  • Wiki
    • Magento
  • Htaccess

Htaccess · Changes

Page history
Update Htaccess authored Jul 08, 2019 by Jonatan Machado's avatar Jonatan Machado
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
+4 -4
  • Magento/Htaccess.md Magento/Htaccess.md +4 -4
  • No files found.
Magento/Htaccess.md
View page @ 6e818945
```
```xml
############################################
## uncomment these lines for CGI mode
## make sure to specify the correct cgi php binary file name
......@@ -217,9 +217,9 @@ RewriteRule ^downloader/ - [L,R=403]
###########################################
## Deny access to release notes to prevent disclosure of the installed Magento version
<FilesMatch "\.(zip|sql)$">
Order allow,deny
Deny from all
<FilesMatch ".(zip|sql|htaccess|htpasswd|ini|phps|fla|psd|log|sh)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<Files RELEASE_NOTES.txt>
......
Clone repository
  • Gitlab
    • Comandos
  • Hotfix
    • og:image
  • Magento
    • Htaccess
    • MagentoCronChecker
    • Robots
    • SimpleSchema
    • Soap v2 Tester
    • gitignore
  • Migração
    • leg.br
  • Padrões
    • eslint
    • prettier
  • Plugins
    • Adicionar informações extras ao texto copiado da web
  • QueryCommerce
  • Servidores
    • Cloudways
    • DnsMadeEasy
View All Pages