Skip to content

Commit

Permalink
Merge pull request #1238 from csrdelft/dies-link-werkend-maken
Browse files Browse the repository at this point in the history
Veranderen htaccess
  • Loading branch information
jobvonck authored Dec 13, 2024
2 parents 8b8aaa4 + 8a6cd3e commit db0b045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/dies/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ RewriteRule (.*) /lumiere [R=302,L]
#Redirect /dies/2025 to /euphoria
RewriteCond %{REQUEST_URI} ^/dies/2025
RewriteRule (.*) /euphoria [R=302,L]

#Redirect /dies/ to /euphoria
RewriteCond %{REQUEST_URI} ^/dies/$
RewriteRule (.*) /euphoria [R=302,L]

0 comments on commit db0b045

Please sign in to comment.