Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann committed Feb 5, 2025
2 parents 35e4718 + adf9d44 commit 5969c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ RewriteBase /
# Prevent dot directories (hidden directories like .git) to be exposed to the public
RewriteRule "/\.|^\.(?!well-known/)" - [F]

# Develop locally, use images from production
#RewriteCond %{REQUEST_URI} ^/upload/[^\/]*/.*$
#RewriteRule ^(.*)$ https://REMOTE-URL.COM/$1 [QSA,L]

# Rewrite www.example.com -> example.com -- used with SEO Strict URLs plugin
#RewriteCond %{HTTP_HOST} .
#RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
Expand Down

0 comments on commit 5969c92

Please sign in to comment.