File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ services:
26
26
# Error occurred when implementing Tugboat preview.
27
27
# Solution: Inject .htaccess file to mimic GitHub pages behavior with URLs.
28
28
# Solution from: https://serverfault.com/questions/989333/using-apache-rewrite-rules-in-htaccess-to-remove-html-causing-a-500-error.
29
- - echo "RewriteEngine On" > _site /.htaccess
30
- - echo "RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.html -f" >> _site /.htaccess
31
- - echo "RewriteRule "'!'"\.\w{2,4}$ %{REQUEST_URI}.html [L]" >> _site /.htaccess
29
+ - echo "RewriteEngine On" > open-requirements-library /.htaccess
30
+ - echo "RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.html -f" >> open-requirements-library /.htaccess
31
+ - echo "RewriteRule "'!'"\.\w{2,4}$ %{REQUEST_URI}.html [L]" >> open-requirements-library /.htaccess
You can’t perform that action at this time.
0 commit comments