Jump to content

[Solved] Alexa certify code not detected, even if it appears in page source


Recommended Posts

Hi,

 

I am trying for some time now to verify my website through Alexa certify code, but with no results.

 

I have tried:

- pasting the code in footer.tpl, above the </body> tag, with and without {literal}

- pasting the code in header.tpl 

- pasting the code in html box on homepage 

- installing siteverification module and pasting the account code there 

 

Still Alexa won't find the code when i press "Scan my site" 

Message: "We could not find the Certify Code on your home page."

This is the part from .htacces which i deleted to avoid the "redirect" message:

If i regenerate .htacces (enabling and disabling friendly URL) the following message appears:

"Your home page is redirecting to an URL on another domain."

 

This is the part from .htacces which i deleted to avoid the "redirect" message:

# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
 
 
Any ideas? I am running prestashop platform for other websites some time now, but i haven't stumbled on this problem yet. 
 
Thanks!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...