File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ AddDefaultCharset utf-8
211211 Options +FollowSymlinks
212212 # Options +SymLinksIfOwnerMatch
213213 RewriteEngine On
214- # RewriteBase /
214+ RewriteBase /conditional-parser /
215215</IfModule >
216216
217217# ------------------------------------------------------------------------------
@@ -663,3 +663,13 @@ FileETag None
663663# SetOutputFilter INCLUDES
664664# </FilesMatch>
665665# </IfModule>
666+
667+ # ------------------------------------------------------------------------------
668+ # | Custom Rules |
669+ # ------------------------------------------------------------------------------
670+
671+ # Redirect /index.html to /
672+
673+ <IfModule mod_rewrite.c >
674+ RewriteRule ^(.*)index\.html$ $1 [R=301 ,L]
675+ </IfModule >
You can’t perform that action at this time.
0 commit comments