|
How to write htaccess file for phpbb2,
i want to seo friendly url, i write the some contents in htaccess file like:
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.
|