Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Problem with Form when using .htaccess redirect

Started by Muut Archive 10 years ago · 1 replies · 398 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 2288 9 years ago
Archive · by Muut Archive, 9 years ago
2 1500 9 years ago
Archive · by Muut Archive, 9 years ago
2 4753 9 years ago
Archive · by Muut Archive, 9 years ago
1 3569 9 years ago
Archive · by Muut Archive, 9 years ago
3 1626 9 years ago