Skip to content

Commit

Permalink
Fixes incorrect file reference in a comment in a .htaccess file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hostep committed Jun 20, 2019
1 parent bfa0fd4 commit 95d2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/media/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SetHandler default-handler
RewriteCond %{REQUEST_FILENAME} !-f

############################################
## rewrite everything else to index.php
## rewrite everything else to get.php

RewriteRule .* ../get.php [L]
</IfModule>
Expand Down

0 comments on commit 95d2cd7

Please sign in to comment.