Skip to content

Commit

Permalink
Update: Revised mirror download directory listing customization
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Jan 8, 2017
1 parent 55a42aa commit 8b6839d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/etc/apache2/sites-available/ezpedia.org.conf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
RewriteRule ^/wiki/(.*)$ /$1 [L,R=301]

RewriteRule ^/download - [L]
RewriteRule ^/extension/ezpedia/files/download/.* - [L]
RewriteRule ^/icons - [L]

# eZ Publish Community Project 2014.07 Legacy Default Rewrite Rules
Expand Down Expand Up @@ -156,6 +157,10 @@
RewriteRule .* /index.php
</IfModule>

# Download Mirror Binary Dump Backups Directory Listing Configuration
ReadmeName /download/footer.html
IndexIgnore footer.html

#<IfModule sapi_apache2.c>
php_admin_flag safe_mode Off
php_admin_value register_globals 0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Please visit the official eZpedia.org <a href="http:https://ezpedia.org/en/help/installation" target="_blank">mirror installation instructions</a></p>

0 comments on commit 8b6839d

Please sign in to comment.