phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
hi, problem with the forum! I cannot go past the homepage

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
sandrodz



Joined: 25 Mar 2008
Posts: 5
Location: Milan

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 4:39 pm    Post subject: hi, problem with the forum! I cannot go past the homepage

Hi, I've a problem... I installed fresh phpbb seo forum, everything worked fine. after enabling mod rewrite I cannot go past the homepage, index displayes fine... but the rest gets messed up, please take a look and let me know what can be done: www.studforum.com
Back to top
GoBieN



Joined: 10 Mar 2008
Posts: 39

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 6:30 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

I think you missed some of the required file edits.
In particular this one is messing:
Code:
#
#-----[ OPEN ]------------------------------------------
#

styles/prosilver/template/overall_header.html

#
#-----[ FIND ]------------------------------------------
#

<head>

#
#-----[ AFTER, ADD]------------------------------------------
#

{SEO_BASE_HREF}

Perhaps all the rest is missing to !
Double check your file edits.
Back to top
sandrodz



Joined: 25 Mar 2008
Posts: 5
Location: Milan

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 8:28 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

but I used premoded version that supposedly doesn't need any change?
Back to top
GoBieN



Joined: 10 Mar 2008
Posts: 39

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 8:52 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

sandrodz wrote:
but I used premoded version that supposedly doesn't need any change?

It seems they forgot something in the premod then ?
Or check the readme files, perhaps another action is needed ?

Anyway the line i stated above must be in there for correct working !
Back to top
sandrodz



Joined: 25 Mar 2008
Posts: 5
Location: Milan

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 9:37 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

I just checked the files, that line is there... they didn't miss it Smile maybe I'm missing something from installation damn I don't get some steps Smile
Back to top
GoBieN



Joined: 10 Mar 2008
Posts: 39

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 10:20 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

sandrodz wrote:
I just checked the files, that line is there... they didn't miss it Smile maybe I'm missing something from installation damn I don't get some steps Smile
Check if this is present, this next part generaties the code that the line in template/overall_header should read:

Code:
#
#-----[ OPEN ]------------------------------------------
#

includes/functions.php
#
#-----[ FIND ]------------------------------------------
#

function page_header($page_title = '', $display_online_list = true)
{
   global $db, $config, $template, $SID, $_SID, $user, $auth, $phpEx, $phpbb_root_path;

   if (defined('HEADER_INC'))
   {
      return;
   }
#
#-----[ AFTER, ADD]------------------------------------------
#

   // www.phpBB-SEO.com SEO TOOLKIT BEGIN
   global $phpbb_seo;
   $template->assign_vars( array( 'PHPBB_FULL_URL' => $phpbb_seo->seo_path['phpbb_url'],
         'SEO_BASE_HREF' => $phpbb_seo->seo_opt['seo_base_href'],
         'SEO_START_DELIM' => $phpbb_seo->seo_delim['start'],
         'SEO_SATIC_PAGE' => $phpbb_seo->seo_static['pagination'],
         'SEO_EXT_PAGE' => $phpbb_seo->seo_ext['pagination'])
   );
   // www.phpBB-SEO.com SEO TOOLKIT END
Back to top
sandrodz



Joined: 25 Mar 2008
Posts: 5
Location: Milan

hi, problem with the forum! I cannot go past the homepagePosted: Tue Mar 25, 2008 11:39 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

the code is there... Sad
Back to top
GoBieN



Joined: 10 Mar 2008
Posts: 39

hi, problem with the forum! I cannot go past the homepagePosted: Wed Mar 26, 2008 6:29 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

sandrodz wrote:
the code is there... Sad


Hmm, you could check this part:
seo_opt['seo_base_href']

this comes from seo_class.php file
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

hi, problem with the forum! I cannot go past the homepagePosted: Sat Mar 29, 2008 10:11 am    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

Hard to tell right now, since the board is disabled, but, try to clear both the theme and template's cache in style acp, just my 2 cents Wink

++

_________________
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
Visit poster's website
GoBieN



Joined: 10 Mar 2008
Posts: 39

hi, problem with the forum! I cannot go past the homepagePosted: Sat Mar 29, 2008 5:27 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

dcz wrote:
Hard to tell right now, since the board is disabled, but, try to clear both the theme and template's cache in style acp, just my 2 cents Wink

++

Since he used premod files the cache should be empty ?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

hi, problem with the forum! I cannot go past the homepagePosted: Sat Mar 29, 2008 6:15 pm    Post subject: Re: hi, problem with the forum! I cannot go past the homepage

Was just in case sandrodz installed phpBB3 vanilla before things like that, we never know since you already pointed the possible issue with base href, we cannot check with a disabled board.

++

_________________
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
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: