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  
 
   
How to exclude some URL from begin rewritten ?

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


Joined: 10 Mar 2008
Posts: 88
Location: Belgium

How to exclude some URL from begin rewritten ?Posted: Mon Mar 10, 2008 8:33 pm    Post subject: How to exclude some URL from begin rewritten ?

In includes/funtions.php there is the following line for the gallery mod:
Quote:
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}gallery/index.$phpEx"),

The seo mod rewrites this to forum.html how can i prevent this ?
Back to top
Visit poster's website
GoBieN
PR0
PR0


Joined: 10 Mar 2008
Posts: 88
Location: Belgium

How to exclude some URL from begin rewritten ?Posted: Tue Mar 11, 2008 7:55 pm    Post subject: Re: How to exclude some URL from begin rewritten ?

GoBieN wrote:
In includes/funtions.php there is the following line for the gallery mod:
Quote:
'U_GALLERY_MOD' => append_sid("{$phpbb_root_path}gallery/index.$phpEx"),

The seo mod rewrites this to forum.html how can i prevent this ?


bump ?
Back to top
Visit poster's website
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 829

How to exclude some URL from begin rewritten ?Posted: Wed Mar 12, 2008 12:39 am    Post subject: Re: How to exclude some URL from begin rewritten ?

Open phpbb_seo_class.php. Find:

Code:
      // Stop files
      $this->seo_stop_files = array('posting', 'faq', 'ucp', 'swatch', 'mcp');


Replace with:

Code:
      // Stop files
      $this->seo_stop_files = array('posting', 'faq', 'ucp', 'swatch', 'mcp', 'index');

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

How to exclude some URL from begin rewritten ?Posted: Wed Mar 12, 2008 5:08 pm    Post subject: Re: How to exclude some URL from begin rewritten ?

I just elaborated a bit more on this here : http://www.phpbb-seo.com/boards/advanced-seo-url/discussions-vt2224.html

++

_________________
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: