MyBB Community Forums

Full Version: Google SEO Legacy 1.4.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

when i submit http://webmasterdean.com/sitemap-index.xml
to google webmaster sitemap submit, it's show error's in status.

i do all job with Google SEO 1.1.13 version with all perfect.

so why my site map is not working?

please help.

thanks in advance
I have some questions ...

First of all.

I installed the forum on a sub-domain forum.prozone.ro .
I can have 2 .htaccess files ? one on the domain prozone.ro , and the other one in forum.prozone.ro ?

Cause i want : when someones write prozone.ro in browser, i want to appear with http://www.prozone.ro and the forum without www. only http://forum.prozone.ro

Second.
I want my links to appear, not default Thread-Name of topic or Forum-name of topic. I want like this : Name of topic-f and Name of topic-t . Ofcourse, not underline.
Where t means thread , and f forum .

Regards.
For the first question:

In your root directory (home/prozone.ro), copy this in your .htacces file:

RewriteEngine on
rewritecond %{http_host} ^prozone.ro [nc]
rewriterule ^(.*)$ http://www.prozone.ro/$1 [r=301,nc]
Ok , i understood, so the answer i can have multiple .htaccess files.

And the 2nd question ?
no, it is not possible to have multiple .htaccess in one directory
Just add the other codes below the "rewrite engine on" code
Ok, thanks for your help..

And how about the urls ?
Enable it in Google SEO Url settings in ACP
Quote:I want my links to appear, not default Thread-Name of topic or Forum-name of topic. I want like this : Name of topic-f and Name of topic-t . Ofcourse, not underline.
Where t means thread , and f forum .

^ That i want, i want that "Thread" and "Forum" to short and move it at the end of title.
Go to ACP ยป Board Settings
Google SEO URL

Forum URL scheme
change to > {url}-forum

Thread URL scheme > {url}-thread
If you want to use postfixes like that, you have to use them for all urls, not just forum and thread

otherwise, Announcement-Forum would be ambiguous