Question
Does Storage understand the .htaccess file?
I connected to Storage through the CDN and subdomain. Everything works fine, I post pictures. Why does the Storage not accept the .htaccess file in which I want to configure 301 redirects from the subdomain s3.mydomen.com to mydomen.com?
RewriteEngine On
RewriteCond %{REQUEST_URI} (.*)
RewriteRule ^(.*)$ https://mydomen.com/$1 [L,R=301]
How do I implement this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
You want to store this file on Storage, or you want to configure the Storage settings using this file?
I want to configure the storage settings. If I upload it to the repository, nothing happens. The repository takes it as a regular text file.
@romanterziev, please check this thread to see if this helps you: https://www.digitalocean.com/community/questions/how-do-i-configure-htaccess-files-in-each-folder-i-want-to-protect