Greetings all,
Newbie here.....
Recently installed MyBB forums to a subdomain and got it all working.
Spent all day getting the Google Seo plugin working to get a sitemap to submit to google and google returns an error, saying "Couldnt Fetch"
This is the site url: https://sa2canada.saffa.ca
this is the content of my htaccess file rewrite info:
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hosts need a RewriteBase specification.
RewriteBase /
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ https://sa2canada.saffa.ca/$1?$2 [L,QSA,R=301]
What could the issue be?
Regards,
Clint
Is there no one with some advice for me?
Newbie here.....
Recently installed MyBB forums to a subdomain and got it all working.
Spent all day getting the Google Seo plugin working to get a sitemap to submit to google and google returns an error, saying "Couldnt Fetch"
This is the site url: https://sa2canada.saffa.ca
this is the content of my htaccess file rewrite info:
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hosts need a RewriteBase specification.
RewriteBase /
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ https://sa2canada.saffa.ca/$1?$2 [L,QSA,R=301]
What could the issue be?
Regards,
Clint
(2019-01-09, 09:15 PM)clintwade Wrote: Greetings all,
Newbie here.....
Recently installed MyBB forums to a subdomain and got it all working.
Spent all day getting the Google Seo plugin working to get a sitemap to submit to google and google returns an error, saying "Couldnt Fetch"
This is the site url: https://sa2canada.saffa.ca
this is the content of my htaccess file rewrite info:
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hosts need a RewriteBase specification.
RewriteBase /
# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ https://sa2canada.saffa.ca/$1?$2 [L,QSA,R=301]
What could the issue be?
Regards,
Clint
Is there no one with some advice for me?