Skip to content

Commit

Permalink
Sync upstream (3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Mar 16, 2023
1 parent d3a6747 commit d3a4503
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301]

##
## Uncomment to redirect index.php/path/to/page to /path/to/page
##
# RewriteRule ^index\.php/(.*)$ /$1 [L,R=301]

##
## Blocked folders
##
Expand Down

0 comments on commit d3a4503

Please sign in to comment.