Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
.htaccess : removed web-installer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Nov 6, 2018
1 parent 836f0ff commit 32958e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ RewriteRule ^(.*)$ /var/tmp/%1-thumbnails%{REQUEST_URI} [PT,L]
# cache-buster rule for scripts & stylesheets embedded using view helpers
RewriteRule ^cache-buster\-[\d]+/(.*) $1 [PT,L]

# rewrite /install to install.php if file exists
RewriteCond %{DOCUMENT_ROOT}/install.php -f
RewriteCond %{REQUEST_URI} !^/install\.php
RewriteRule ^install /install.php [L]

# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
RewriteCond %{REQUEST_FILENAME} -f
Expand Down

0 comments on commit 32958e3

Please sign in to comment.