I have a similar problem with .htaccess.
I have installed dynamic_meta_tagsV0-2-0 and Optimal_titlesV_1.0.0.
In phpbb_seo folder I already have phpbb_seo_class from dynamic_meta_tagsV0-2-0 mod. I make a new file:
[mod] Too much code[/mod]
Is it correct?
This is my .htaccess:
- Code: Select all
# You could need to un-comment the following line
# Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^phpbb2/index\.html$ /phpbb2/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
RewriteRule ^phpbb2/[a-z0-9_-]+/([^/]+\.html)$ /phpbb2/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^phpbb2/cat([0-9]+)\.html$ /phpbb2/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^phpbb2/forum([0-9]+)-([0-9]+)\.html$ /phpbb2/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^phpbb2/forum([0-9]+)\.html$ /phpbb2/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^phpbb2/topic([0-9]+)-([0-9]+)\.html$ /phpbb2/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^phpbb2/topic([0-9]+)\.html$ /phpbb2/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^phpbb2/post([0-9]+)\.html$ /phpbb2/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^phpbb2/member([0-9]+)\.html$ /phpbb2/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
#####################################################
My path is /htdocs/phpbb2/ (root/forum directory/). If I place .htaccess right in root folder, I receive Error 500.
If I place .htaccess in phpbb_seo folder or phpbb2/cashe/ I receive blank page.
I don't understand where I must place .htaccess.
In my root I have a few .htaccess files:
htdocs/forbidden/.htaccess
htdocs/xampp/.htaccess
htdocs/phpbb2/cashe/.htaccess and
htdocs/xampp/sqlite/.htaccess
Help me please!
Sorry for my mistakes but my english is not very good.

English |
French


