| |
|
| :: |
| Author |
Message |
apriori
Joined: 02 Jul 2007 Posts: 3
|
Posted: Mon Dec 24, 2007 12:10 pm Post subject: viewforum.php instead memberlist.php |
|
|
Board: 3.0.0 Olympus - no mods
Seo: 4.0
Setup SEO:
Profiles and groups injection: no
Profiles ID removing: no
Search User Page rewriting:no
SID Removing: no
Highlights Removing: yes
Remove small words:no
Virtual Folder: no
Virtual Root:no
Forum URL caching:yes
Forum ID Removing:no
.htaccess:
| Quote: | <Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteEngine On
RewriteBase /
RewriteRule ^group([0-9]+)(-([0-9]+))?\.html$ memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
# RewriteRule ^forum\.html$ index.php [QSA,L,NC]
RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ viewforum.php?f=$1&start=$3 [QSA,L,NC]
RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
RewriteRule ^[a-z0-9_-]*/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]
RewriteRule ^member([0-9+])\.html$ memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
RewriteRule ^messages([0-9]+)(-([0-9]+))?\.html$ search.php?author_id=$1&sr=posts&start=$3 [QSA,L,NC]
RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L,NC]
RewriteRule ^the-team\.html$ memberlist.php?mode=leaders [QSA,L,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^[a-z0-9_-]+(-([0-9]+))?\.html$ viewforum.php?start=$2 [QSA,L,NC]
|
Problem: all work, except memberlist. For example:
-http://www.myboard/member11626.html return "this FORUM not exist".
because instead call memberlist.php call viewforum.php.
Please, help me.
And, of course, merry christmas!! |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3743
|
Posted: Tue Dec 25, 2007 3:13 pm Post subject: Re: viewforum.php instead memberlist.php |
|
|
Well, it looks like the url does not match the profile rewriterule, but it should with your .htacceess. So where is this .htaccess installed ?
A link to your forum would help to understand better.
As well, you can try to generate a new .htaccess and use it as his. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
apriori
Joined: 02 Jul 2007 Posts: 3
|
|
| Back to top |
|
 |
apriori
Joined: 02 Jul 2007 Posts: 3
|
Posted: Tue Dec 25, 2007 9:40 pm Post subject: Re: viewforum.php instead memberlist.php |
|
|
Solved:
It's a error at: ([0-9+])
RewriteRule ^cgi/for/member([0-9+])\.html$ /cgi/for/memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]
Correct is:
RewriteRule ^cgi/for/member([0-9]+)\.html$ /cgi/for/memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC] |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15133
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|