| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
GoBieN PR0

Joined: 10 Mar 2008 Posts: 88 Location: Belgium
|
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 |
|
 |
|
 |
GoBieN PR0

Joined: 10 Mar 2008 Posts: 88 Location: Belgium
|
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 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 829
|
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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |