Skip to content

Commit 9156ed6

Browse files
committed
adding www redirect in .htaccess file
1 parent 0c805ca commit 9156ed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RewriteEngine On
2+
RewriteCond %{HTTP_HOST} ^fastwonder.com
3+
RewriteRule (.*) https://fastwonder.com/$1 [R=301,L]

0 commit comments

Comments
 (0)