Hello,
There is no need for any action for SSL as Laraship is https ready, I also see your site is already with SSL and its secured https://vision.to/
Regarding contact form captcha implementation we suggest that you can implement this.
Aha so the captcha in contact form is NOT install in THE cms !!!!
And if I go to a webbrowser and tik vision.to in than it not go automatic to https !!!???
Laraship uses CSRF which will protect site from cross site requests, so there is really no need for recpatcha implementation,
Now I get 20 mails from xxxxx from my contact form
ok you can implement the captcha solution we proposed above.
If you want to force https you can add the following code to public/.htaccess file
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://vision.to/$1 [R=301,L]
Please login or Register to submit your answer