| :: |
| Author |
Message |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Fri Jun 30, 2006 8:41 am Post subject: mx sitemaps |
|
|
Hello
I´ve a question
I include Sitemap Detektoreninfo.de but in Portal sitemap there are 2 Pages (Metalldetektor Beschreibungen) I won´t show because they only work correct with parameters after url (&Hersteller=C-Scope for example)
I want to show them in Site sitemap.
What must I do ? |
_________________ macnack |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Fri Jun 30, 2006 9:29 am Post subject: Re: mx sitemaps |
|
|
Nice install.
Have you noticed you can as well run it outside of mxBB with the standalone mode ?
The main interest of doing such is that you'll be able to mod rewrite the sitemaps links.
Then, the easiest for your pages with param, if there are not that much would be to just add them in the configurable site map Index as you did.
you can as well install the module both on portal and phpBB to provide more links
They won't be dupes if under different domains with different settings
More links.
As well, the auto links add ons are very useful.
You could use the mxBB part for the mxBB sitemap module and the phpBB one for the phpBB site map if you go for double install, or could link back everything top your mxBB one.
My advise is either to install it with mxBB standalone, or both embed in portal, and installed in phpBB with mod rewrite on.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Fri Jun 30, 2006 10:15 am Post subject: Re: mx sitemaps |
|
|
I chance to standalone mode and install auto link but the link domain.de/mx-map.html doesn´t work (404)
forum-map.html and sitemap.html works
Can you have a look at the google_sitemap if the install is correct before I send it to google? |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Fri Jun 30, 2006 10:30 am Post subject: Re: mx sitemaps |
|
|
| macnack wrote: | I chance to standalone mode and install auto link but the link domain.de/mx-map.html doesn´t work (404)
forum-map.html and sitemap.html works
Can you have a look at the google_sitemap if the install is correct before I send it to google? |
Here we started talking about mx Sitemaps, please use the mx Google Sitemaps thread to talk about install issues with it
Then, there is an additional thing to do to go for mod rewrite, I know this should be more clear, and will in 0.0.2, but this is required and worth it
Pleas apply those changes in the .htaccess and phpBB files : http://boards.phpbb-seo.com/phpbb-seo-mods/site-map-auto-link-phpbb-vt5.html#317
The mx rewrite rule should as well be added :
| Code: | RewriteRule ^mx-map([0-9]+)\.html$ /sitemaps.php?mx&start=$2 [L]
RewriteRule ^mx-sitemap.xml$ /sitemaps.php?mx [L] |
As well, since http://www.detektoreninfo.de/sitemaps.php?mx gives us a nice 404, I think you need to upload the MxSitemaps.php file located in the mxBB install folder
Then, last thing you'll need to do for the mod rewrite to work nicely with the site maps link, is to open sessions.php and to look at the comment in append_sid() (the code the mod rewrite changed) and un-comment the sitemaps lines of code
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Fri Jun 30, 2006 11:19 am Post subject: Re: mx sitemaps |
|
|
Hello dcz
I think I edit what you said
but the link domain.de/mx-map.html doesn´t work (404) |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Fri Jun 30, 2006 11:50 am Post subject: Re: mx sitemaps |
|
|
Ok, you just need to use these rewriterules for mx Sitemaps :
| Code: | #########################################################
# MX SITEMAPS REWRITE RULES ADVANCED #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/04/28
########################################################
RewriteRule ^sitemaps([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
RewriteRule ^sitemaps\.html$ /sitemaps.php [QSA,L]
RewriteRule ^forum-m\ap\.html$ /sitemaps.php?fim [QSA,L]
RewriteRule ^mx-map([0-9]+)\.html$ /sitemaps.php?mx&start=$2 [L]
RewriteRule ^mx-map.htmll$ /sitemaps.php?mx [L]
RewriteRule ^.+-fmp([0-9]+)-([0-9]+)\.html$ /sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^.+-fmp([0-9]+)\.html$ /sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^.+-sc([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
#########################################################
# END SITEMAPS REWRITE RULES #
######################################################### |
Use them instead of the ones you ad implemented for mx sitemaps (not mx Google sitemaps !)
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Fri Jun 30, 2006 5:47 pm Post subject: Re: mx sitemaps |
|
|
I use it but the mx-map.html doesn´t work  |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Fri Jun 30, 2006 11:58 pm Post subject: Re: mx sitemaps |
|
|
Try these :
| Code: |
RewriteRule ^mx-m\ap([0-9]+)\.html$ /sitemaps.php?mx&start=$2 [L]
RewriteRule ^mx-m\ap.html$ /sitemaps.php?mx [L] |
Instead of these :
| Code: | RewriteRule ^mx-map([0-9]+)\.html$ /sitemaps.php?mx&start=$2 [L]
RewriteRule ^mx-map.html$ /sitemaps.php?mx [L] |
If not enough, please send me you full .htaccess
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Last edited by dcz on Sat Jul 01, 2006 10:16 am; edited 2 times in total |
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Sat Jul 01, 2006 9:37 am Post subject: Re: mx sitemaps |
|
|
Hello dcz
are you already repent that you´r welcome me first time I post here
I chance the .htacces like you told me,
but mx-map.html doesn´t work....  |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Sat Jul 01, 2006 10:40 am Post subject: Re: mx sitemaps |
|
|
Doesn´t work...
But I see something interesting.
On mx-map.html I get a 404,
if I want to use google toolbar to go one folder higher it will redirect me to http://www.de-map.html/ not to http://www.detektoreninfo.de/ like in forum-map |
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
macnack PR0

Joined: 20 Jun 2006 Posts: 97
|
Posted: Sat Jul 01, 2006 10:56 am Post subject: Re: mx sitemaps |
|
|
htaccess at this time in portal: | Code: | #########################################################
# MX SITEMAPS REWRITE RULES ADVANCED #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/04/28
########################################################
RewriteRule ^sitemaps([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
RewriteRule ^sitemaps\.html$ /sitemaps.php [QSA,L]
RewriteRule ^forum-m\ap\.html$ /sitemaps.php?fim [QSA,L]
RewriteRule ^mx-m\ap([0-9]+)\.html$ /sitemaps.php?mx&start=$2 [L]
RewriteRule ^mx-m\ap\.html$ /sitemaps.php?mx [L]
RewriteRule ^.+-fmp([0-9]+)-([0-9]+)\.html$ /sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^.+-fmp([0-9]+)\.html$ /sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^.+-sc([0-9]+)\.html$ /sitemaps.php?c=$1 [QSA,L]
#########################################################
# END SITEMAPS REWRITE RULES #
######################################################### |
|
_________________ macnack |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
|
|