Hello! I just updated phpbb seo from 3.6.6 to 3.6.8, the same goes for the Zero duplicate mode, but the Zero duplicate ain't working anymore i think...
- Code: Select all
http://ashladan.be/forum/topic2027.html
should be redirecting to
- Code: Select all
http://ashladan.be/forum/offtopic-f61/theekransje-koffieklets-t2027.html
.htaccess file;
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
# You may need to un-comment the following lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO ...