This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Captcha always wrong
#11

The problem in the site address! Huh
If it works with the www.mysite.org
If mysite.org it does not work ExclamationHuhUndecided
Reply
#12

Hi,

You could add this to your website's .htaccess file to make sure that the address always starts with "http://www.":

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite.org
RewriteRule (.*) http://www.mysite.org/$1 [R=301,L]

Have you completed the interview?
Reply
#13

Steven thanks for the answer.
I am doing tests, tests....
commentics cool script!
Reply
#14

This worked for me, thanks Smile
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
20-Aug-2019, 12:20 PM
Last Post by Steven
06-Feb-2014, 07:44 PM
Last Post by Steven
27-Mar-2012, 05:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)