Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Problem with Form when using .htaccess redirect

Started by Muut Archive 10 years ago · 1 replies · 354 views
10 years ago

I have two different domains directing to one page. Since I 've set the redirect, the Form does load home, but not the thankyou page.
The redirect is an if-clause. If the adress is anything other than www.example.com then set it to https:/ /www.example.com

RewriteCond %{HTTP_HOST} !=www.example.com
RewriteRule (.*) https: //www.example.com/$1 [r=301,L]

Can anyone help?

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1357 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2954 9 years ago
Archive · by Muut Archive, 9 years ago
3 1120 9 years ago