Skip to content

Commit

Permalink
Veranderen htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
jobvonck committed Dec 13, 2024
1 parent 8b8aaa4 commit 8a6cd3e
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 8a6cd3e

Please sign in to comment.