| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
anth001
Joined: 18 Jan 2008 Posts: 3
|
Posted: Fri Jan 18, 2008 5:25 am Post subject: How to bring portal back as home page after SEO install |
|
|
Hello, I just installed SEO to my phpBB3 forum with phpBB3 Portal running on it. Everything worked great - very awesome mod. Only one exception is now the 'Home' page is the forum instead of the portal. How do I change the home page back to portal?? Thanks
The actual portal page is bb3portal.php |
Last edited by anth001 on Sat Jan 19, 2008 1:13 am; edited 1 time in total |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Fri Jan 18, 2008 2:25 pm Post subject: Re: How to bring portal back as home page after SEO install |
|
|
Topic moved in a better place.
What is the mod rewrite you are using ?
Anyway, it's the same with all :
| Code: | => 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. |
You would additionally need to add a directory index in the .htaccess, something like :
| Code: | | DirectoryIndex bb3portal.php index.php index.html index.htm |
At the very beginning of you .htaccess in order to actually hit bb3portal.php when loading -www.michiganrealestateforum.com
You'll need to generate a new .htaccess after you will have changed the phpbb_seo_class.php file.
++ |
_________________ 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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |