- Code: Select all
mx_ggsitemaps_v1.0.1\contrib\moded_4_mod_rewrites\phpBB_SEO_mod_Rewrites\Simple_Mod_Rewrite\sitemap_forum.php
To :
- Code: Select all
mx_ggsitemaps/includes/
on your ftp. Overwrite the sitemap_forum.php file already in there.
The .htaccess you mention is only a security measure, preventing any type of remote access in this folder. A wise thing to do as well for the regular phpBB includes/ and db/ folders.
To enable mod rewrite for the Google sitemaps links, you need to add these rewriterules at the bottom of you forum's .htaccess (the one where you put the phpBB Simple mod rewrite rewriterules) :
- Code: Select all
RewriteRule ^sitemaps.xml$ /sitemap.php [L]
RewriteRule ^forum-sitemap-([0-9]+).xml$ /sitemap.php?fid=$1 [L]
RewriteRule ^sitemap-forum.xml$ /sitemap.php?forum [L]
Then, you'll only need to sublmit your sitemaIndex, eg -http://www.star-voip.com/sitemaps.xml (with mod rewrite
The rest is done automatically.
++

English |
French
News
phpBB SEO
