I get "ERROR! This license key is already used by another website!"
In case you have entered and verified the correct license key but website still keeps asking for it, then you should check your virtual host parameters in the Apache's configuration file:
- "ServerName" must be correct - same value you see in your browser address bar
- "UseCanonicalName Off/On" - this determines how Apache constructs self-referencing URLs and the SERVER_NAME and SERVER_PORT variables. When set "Off", Apache will use the Hostname and Port supplied by the client. When set "On", Apache will use the value of the ServerName directive.
This setting may cause automatic URL replacements by Apache, eg user enters URL "www.mysite.com " but it is changed "mysite.com" automatically.
Since your license key is assigned to the one URL only, you get an error message "ERROR! This license key is already used by another website!" every time accessing website administration area from different URL.
Note: Saurus CMS license check is based on the Apache's environmental variable "SERVER_NAME", which is visible in the php info page.
RSS