| :: |
| Author |
Message |
Lester
Joined: 28 Jan 2007 Posts: 16
|
Posted: Sun Jan 28, 2007 8:02 pm Post subject: Forum index error |
|
|
Hello, ive installed Advanced mod rewrite and its not working. All is fine, but when i click on Forum index, or Index, it not reddirects me to the index.php, just only to http://:/. Where i have a problem? Thanks for reply.
P.S.: My friend tryed install Advanced rewrite mod and his have this error too |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Lester
Joined: 28 Jan 2007 Posts: 16
|
Posted: Mon Jan 29, 2007 11:34 am Post subject: Re: Forum index error |
|
|
I manually rewrite the index url in template. Url is http://phpbb.pc-svet.biz. A row in the array, where is U_INDEX is rewritten by SEO mod index. Bud when i set to the install index.html, or index.php complete url is http://:/index.php/html. When i set it to the phpbb.pc-svet.biz, or http://..., its not a valid url... I dont know, where i have error. Maybe i make a mistake in instalation
//Sorry for my bad english, maybe you catch it  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Lester
Joined: 28 Jan 2007 Posts: 16
|
Posted: Mon Jan 29, 2007 10:51 pm Post subject: Re: Forum index error |
|
|
I have installed the Cyber Alien guest session mod.
You can see the error right here. http://phpbb.pc-svet.biz/memberlist.php On link to forum index called Obsah fóra phpBB on right side unther the logo. This is the error. I tryed reinstall the mod, bud without any changes |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Lester
Joined: 28 Jan 2007 Posts: 16
|
Posted: Tue Jan 30, 2007 9:28 pm Post subject: Re: Forum index error |
|
|
Still not working. Now redirects me to the same file (if im in profile.php, it redirect me to the profile.php(when i click on the forum index))  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Tue Jan 30, 2007 9:34 pm Post subject: Re: Forum index error |
|
|
I see.
try putting back the PHPBB_URL constant in phpbb_seo_class.php, and replace :
| Code: | | define ('PHPBB_URL', ROOT_URL . PHPBB_SCRIPT); |
with :
| Code: | | define ('PHPBB_URL', "http://phpbb.pc-svet.biz/"); |
Or :
| Code: | | define ('PHPBB_URL', "http://www.phpbb.pc-svet.biz/"); |
In case you'd like to force the www prefix, and make sure you have the same domain setting in phpBB ACP (domain name).
++ |
_________________ 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 |
|
 |
Lester
Joined: 28 Jan 2007 Posts: 16
|
Posted: Tue Jan 30, 2007 9:38 pm Post subject: Re: Forum index error |
|
|
Ok, now working. I used your fix, what you post in your last post and replaced
with
| Code: | | 'index' => 'index.php' |
in phpbb_seo_class.php
And working. Thx |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|