I’m trying to register https:// artworkwebsite (dot) com/ in about 20 sites run by PHP Link Directory but I keep getting an error saying “The URL could not be validated. Either the page does not exist or the server cound not be contacted.”
Note that I also setup an .htaccess on the root (httpdocs )folder of our site, here are the codes:
Code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://artworkwebsite.com/$1 [R,L]
And here is my PHPINFO ==> https: //artworkwebsite (dot) com/phpinfo.php
Could somebody please give me a hint and help me out with it so that I can fully register our site?
Thanks in advance.