Skip to content

Commit

Permalink
Revert "Meta: fix commit snapshots server config"
Browse files Browse the repository at this point in the history
This reverts commit e6c859c. As
discussed in #1865, that change did not actually work, and instead we
had to add a new .htaccess file on the server. Closes #1865.
  • Loading branch information
domenic authored and annevk committed Oct 6, 2016
1 parent 6408a8f commit 11c459a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ Redirect 301 /multipage/images/ /images/
Redirect 301 /multipage/link-fixup.js /link-fixup.js
ErrorDocument 404 /404.html

<Files "print.pdf">
<Files print.pdf>
Header add Content-Disposition "inline; filename=html-standard.pdf"
</Files>

<Files "commit-snapshots/*">
ForceType text/html
</Files>

# Previously-generated filenames for /multipage/ that do not redirect via script:
Redirect 301 /multipage/embedded-content-0.html /multipage/embedded-content.html
Redirect 301 /multipage/scripting-1.html /multipage/scripting.html
Expand Down

0 comments on commit 11c459a

Please sign in to comment.