Thanks, but it was not a question about the phpbb-seo.com link. It was a general question about how to add anything to the overall_footer.html so it will appear only on the homepage. Thanks. Yes, you can if you want only link-back on one page, preferably the home or forum index. Do only output the l...
is there a nice way (or any way ) to add a link (or whatever) in the footer of the homepage, but the link (or whatever) will not appear on the other subpages?
Or you could just keep the ".something" (.html for example) suffix for the pagination param, at least until we fix this fully. ++ I tried that but it gave me 404 page... Till you fix this problem I guess I will let all the topics on one page without pagination, but it looks really stupid....
mmm, try : if (preg_match('`^[a-z0-9_-]+/(page([0-9]+)/)?$`i', $path, $matches)) { Or you could just keep the ".something" (.html for example) suffix for the pagination param, at least until we fix this fully. ++ It's not working... :( Could you have a...
:? :roll: :( I made the change in phpbb_seo_class.php, but it's not working either... All right got it. If because the slash suffix on pagination term will trick the function that gets the forum id. Try replacing : if (preg_match('`^[a-z0-9_-]+/(' . $this->seo_static['pagination'] . '...
oups, the .htaccess generator was not wrong. RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$2 [QSA,L,NC] is correct. What is the message is saying, is it a topic or a forum that does not exist ? I says: The chosen forum does not exist.
Looks like a small bug in the .htaccess generator, will fix. Replace : RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$2 [QSA,L,NC] With : RewriteRule ^[a-z0-9_-]+/?(page([0-9]+)/)?$ /viewforum.php?start=$3 [QSA,L,NC] And it should be ok. ++ Done it...
Here it is: # 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 line # Options +FollowSymlinks # REMEBER YOU ONLY NEED ...
Hi, I hope this is my last post regarding pagination :lol: . Please, check out this link: http://forum.seochat.sk/seo-optimalizacia-pre-vyhladavace/page25/ It is the pagination of topics, the post pagination works fine. Also I checked the htaccess and I have it updated. Could you give me a hint wher...
No, the htaccess is actual... See what I have in there: # 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 line # Opti...