following instructions are also available in install.txt in SEO Filter package.
# 1 Installing SEO Filter Handler on a hosting with apache mod_rewrite module
If you are sure your hosting supports mod_rewrite Apache module
use following approach to install SEO Filter Handler otherwise you may receive
an "Internal Server Error" or a working forum without optimization due
to non installed SEO Filter Handler.
replace all occurrences of %%%FORUM_WEB_PATH%%% with
your forum web path (/punBB, /phpBB2, /forum or an empty string if the forum is installed on its own (sub)domain).
Save in .htaccess and upload it where are your forum files.
Note #1:
When upgrading your forum you must disable SEO Filter Handler.
replace: "RewriteEngine On" -> "RewriteEngine Off"
and when you upgrade forum files you can turn it On again.
Note #2:
if you have already .html handlers
you must remove them because they may break SEO Filter Handler.
Warning:
Please be aware that your forum may stop operating for a while during SEO Filter installation.
example 1.1:
forum installed at http://domain.com/punBB
.htaccess
paste the lines above in a .htaccess file in where are forum files.
if file exists append them.
example 1.2:
forum installed at http://forum.domain.com
.htaccess
paste the lines above in a .htaccess file in where are forum files.
if file exists append them.
# 2 installing without mod_rewrite
2.1. replace %%%FORUM_WEB_PATH%%% with
your forum web path (/punBB, /phpBB2, /forum or an empty string if the forum is installed on its own (sub)domain).
.htaccess
2.2. copy and paste lines below in forum's config.php before closing "?>"
if there is no closing "?>" append at the end.
config.php
Note #1:
When upgrading your forum you must disable SEO Filter Handler.
by adding "#" in front of each line both for .htaccess and.config.php
Note #2:
if you have already .html handlers
you must remove them because they may break SEO Filter Handler.
Warning:
Please be aware that your forum may stop operating for a while during SEO Filter installation.