| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Auteur |
Message |
Amboss
Inscrit le: 18 Mai 2008 Messages: 3
|
Posté le: Lun Mai 19, 2008 6:36 pm Sujet du message: Help with rewrite rules - migrating from modded phpbb2 |
|
|
Hi there,
I'm currently running a phpbb2 forum and plan a migration to phpbb3 soon.
The test installation of phpbb3 on a non public server is already running nicely with your advanced-seo mod plus zero dupe mod. Have to say that you folks do a very nice job.
Now I need some advice concerning rewrite rules. Since the old board is very stripped down (no drop down boxes to sort anything) and already has an older seo-mod installed, it's only 4 rewrite rules, but I'm completely stuck because I know almost nothing about rewriting links.
So i need to ask for some help...
My current link structure in the phpbb2 install:
Example of Forum Link: /forum3.html
Example of Forum Pagination: /forum5-s30.html
Example of Topic Link: /ftopic7608.html
Example of Topic Pagination: /ftopic1295-s45.html
The current Rewrite Rules from my htaccess:
| Code: |
RewriteCond %{REQUEST_FILENAME} /forum([0-9]*).html
RewriteRule (.*) /viewforum.php?f=%1 [L]
RewriteCond %{REQUEST_FILENAME} /forum([0-9]*)-s([0-9]*).html
RewriteRule (.*) /viewforum.php?f=%1&start=%2 [L]
RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*)-s([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1&start=%2 [L]
RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*).html
RewriteRule (.*) /viewtopic.php?t=%1 [L]
|
Here's the link to the (old and still running) phpbb2 installation:
www.buggy-club.de
So what i need is basically the 4 rewrite rules redirecting the old links together with a 301 header fitting your advanced seo-mod link structure for phpbb3.
Thanks in Advance
Amboss |
|
|
| Revenir en haut de page |
|
 |
|
 |
ZENformatik PR2


Inscrit le: 02 Nov 2006 Messages: 287
|
|
| Revenir en haut de page |
|
 |
Amboss
Inscrit le: 18 Mai 2008 Messages: 3
|
Posté le: Mar Mai 20, 2008 5:21 am Sujet du message: Re: Help with rewrite rules - migrating from modded phpbb2 |
|
|
Oooh... sorry!
Didn't realize that there's a separate english board.  |
|
|
| Revenir en haut de page |
|
 |
|
| Navigation |
Autres sujets de discussion |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |