| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
frechdaxx
Joined: 04 Sep 2007 Posts: 20
|
Posted: Sun Jan 20, 2008 6:42 pm Post subject: Forum.html doesn't work |
|
|
Hey, I uncommented RewriteRule ^forum\.html$ /index.php [QSA,L,NC] to use forum.html as the index, but when I access the url I get redirected to the forum root..Don't know what I do wrong
Edit: I also wondering why every index link points to the root and not the index.php
See: www.roqbar.de
Foren Übersicht means index.. |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Mon Jan 21, 2008 12:09 am Post subject: Re: Forum.html doesn't work |
|
|
| install wrote: | => By Default, this mod will get rid of index.php for phpBB's index.
You can change this in phpbb_seo/phpbb_seo_class.php if you prefer.
Look for :
'index' => ''
And replace with :
'index' => 'forum'
or whatever you may prefer.
This is mostly useful if you're running a portal in the folder where phpBB is installed. |
The full line is :
| Code: | | $this->seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'usermsg' => 'messages', 'pagination' => 'page', 'gz_ext' => '.gz' ); |
If you use something different than forum.html, you'll have to update the .htaccess. |
_________________ 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 |
|
 |
frechdaxx
Joined: 04 Sep 2007 Posts: 20
|
Posted: Mon Jan 21, 2008 12:58 am Post subject: Re: Forum.html doesn't work |
|
|
| try www.roqbar.de/forum.html . This has the same effect like accessing the index.php |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Mon Jan 21, 2008 7:50 am Post subject: Re: Forum.html doesn't work |
|
|
Well, this is if you do not replace :
with :
in this line of phpbb_seo_class.php :
| Code: | | $this->seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'usermsg' => 'messages', 'pagination' => 'page', 'gz_ext' => '.gz' ); |
Read the install !
 |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
frechdaxx
Joined: 04 Sep 2007 Posts: 20
|
Posted: Mon Jan 21, 2008 12:33 pm Post subject: Re: Forum.html doesn't work |
|
|
| dcz wrote: |
Read the install !
 |
Sorry This change wasn't necessary in the old version, so I didn't think about reading the install to fix this. Anyway, thanks for your help  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |