members work great, so if i click to anybody in memberlist, i can see profile with link like this: http://hpcafe.info/member269.html ,but if i click to forum i get stupid 404not found
- Code: Select all
Not Found
The requested URL /forum2.html was not found on this server.
.htaccess:
- Code: Select all
RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM PROTECTION RULE
RewriteRule ^.+/([^/]+.html)$ index.php [R=301,L]
# CATEGORIES
RewriteRule ^.+-vc([0-9]+).html$ index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.+-vf([0-9]+)-([0-9]+).html$ viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.+-vf([0-9]+).html$ viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^topic([0-9]+)-([0-9]+).html$ viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^topic([0-9]+).html$ viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([0-9]+).html$ viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^member([0-9]+).html$ profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
#####################################################

English |
French

