Hello, We are pleased to announce the availability of the phpBB SEO Premod 3.0.11 package, Update edition. This release does not update any phpBB SEO Mod. All mods will though soon be checked against phpBB 3.0.11 to make sure the install still work smoothly. This version is a maintenance release to ...
I don't think that the addition in phpbb_seo_class.php are of any effect, and what you did in .htaccess is to 301 redirect links that where broken because they where relative in the first place. Fix your links either one by one (fully qualified url) or all together at once (base href tag), it's bett...
I think it's a matter of relative urls, when browser sees href="adm/index.php" in mycollection/ (even if it's a virtual directory), they understand mycollection/adm/index.php. Either use fully qualified url in your links (-http://www.mydomain.it/forum/adm/index.php) or use a base href tag ...
To obtain support for this mod, please use the GYM sitemaps & RSS forum . You can post new threads and reply to existing ones. Click on the Watch this thread link to be notified of updates for this mod. Update : ⋅ Overwrite all GYM files if you manually update from 2.0.3 to 2.0.4 and run g...
General Support for this mod is provided in the phpBB mod Rewrite forum. Specific support for modes (URL Rewriting Type) is provided in the corresponding support forum : ⋅ Advanced mode ⋅ Mixed mode ⋅ Simple mode You can post new threads and reply to existing ones. C...
So it seems that in your case the $user object is not available, and this is pretty wierd. Do you see this error on a page partially sharing phpBB code (not a ganuine phpBB page) or on all pages ?
All these urls (with pagination variants) should be properly redirected to whatever the url you choose by the zero dupe with the default generated .htaccess (latest version). forum10/topicXXXX.html forum10/ topicXXXX.html If it does not, then you must be using different defaults for the static parts...
alex13410 wrote:hello all, by reading again the instructions for installing the advanced mode I saw that it was specified that in phpbb/cache/ we have to let only the htaccess.
phpbb/cache, not phpbb/phpbb_seo/cache where you should not delete anything (this is where all the seo settings and .htaccess are saved).