Forum Moderators: phranque
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} /(.*)-f([0-9]*).html
RewriteRule (.*) viewforum.php?f=%2 [L]
RewriteRule ^[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ viewforum.php?f=$1&start=$2 [QSA,L,NC]
It is working , but the pagination of the forum this is not working please give any suggestion to seo friendly for my phpbb2.
Thanks in advance.
Anil Kumar.
Since it is links that define URLs, you much change the links in the pages of the site to use the new format too.
The 'not working' statement does not convey enough information to be able to guess what you mean. What is the URL format? What exactly happens? What was supposed to happen?