Author: Shredder
Extension Description: Sitemap for search engines. Supports both default phpBB and installed Ultimate SEO URL Ext. Sitemap Extension automatically detects whether Ultimate SEO installed and enabled or not, and provides support when it's found.
This extension is a port of my phpBB3 SEO Sitemap MOD from phpBB 3.0.x.
Extension Version: 1.0.3
Requirements: phpBB 3.1.0 or later
Extension Download: http://www.phpbb-work.ru/resources/file/189
Installation:
- Download and unzip it
- Extension files from "shredder" folder should be extracted to phpBB's /ext/shredder/ folder. Then the extension should be enabled in "ACP --> Customise --> Extensions Management" Tab
- Sitemap URL will be at http://your_forum/sitemap.xml - open it in your browser, not FTP
- On the servers with "millions of posts" or low performance it will probably fail due to "server overload". In the future I will try to fix it if possible
- This extension may require a special server configuration. If your sitemap generated as it should be, the following suggestions are not for you. Otherwise follow these instructions:
1) If you have Apache server, ask your hoster to enablemod_rewrite
on the server. If it's enabled, ensure that .htaccess file in forum root directory is correct. See correct .htaccess in phpBB 3.1 package: https://www.phpbb.com/downloads/
Important mod_rewrite part in .htaccess is:Without the code above sitemap will not work. This code is present in the standard phpBB 3.1 .htaccess, so you shouldn't add it if sitemap works fine or the code is already there.Code: Select all
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ app.php [QSA,L] </IfModule>
2) If you have a nginx server, you should add following code to server config:
viewtopic.php?f=456&t=2269621&start=15#p13784226
3) For Windows IIS use .htaccess to Web.Config converter:
http://cbsa.com.br/tools/online-convert ... onfig.aspx