Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions config/htaccess-production
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# SetEnvIf Request_URI "/frontend/img/site/logo.png" publiclogo
# Order Allow,Deny
# AuthType Basic
# AuthName "Authentication Required"
# AuthUserFile /data/sites/web/[PROJECT_CODE_HERE]livestatikbe/.htpasswd
# Require valid-user
# Allow from 81.82.199.174
# Allow from 94.225.165
# Allow from 79.174.134.38
# Allow from 79.174.134.39
# Allow from 127.0.0.1
# Allow from env=publiclogo
# Satisfy Any

<IfModule mod_rewrite.c>
RewriteEngine On

Expand Down Expand Up @@ -48,7 +34,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]
RewriteRule (.+) index.php?p=$1 [QSA,L]
RewriteRule (.*) index.php?p=$1 [QSA,B,L]
</IfModule>

## EXPIRES CACHING ##
Expand Down
Loading