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  
 
   
mod rewriting doesn't work

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



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Sun Dec 16, 2007 7:20 pm    Post subject: mod rewriting doesn't work

Hi,

i installed the mod rewrite.

It works with the categories, but the post are wrong :
it's just a number.htm instead of title.htm and the link is wrong.

see : http://www.mccartneyyears.net/forum
Back to top
Peter77
phpBB SEO Team
phpBB SEO Team


Joined: 10 May 2006
Posts: 515
Location: Michigan

mod rewriting doesn't workPosted: Mon Dec 17, 2007 1:55 am    Post subject: Re: mod rewriting doesn't work

The Advanced MOD rewrite is the one that injects titles into your post URL's.
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Mon Dec 17, 2007 1:52 pm    Post subject: Re: mod rewriting doesn't work

that's the one i used

that's why i don't understand

Can you help me?
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Tue Dec 18, 2007 10:32 am    Post subject: Re: mod rewriting doesn't work

i'm using SID Mod, maybe that's a reason?
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

mod rewriting doesn't workPosted: Tue Dec 18, 2007 11:53 am    Post subject: Re: mod rewriting doesn't work

It really looks like you installed the mixed mod rewrite version, the advanced one would never output url such as topicxx.html for topics, only topic-txx.html could occur on a wrong install.

It could as well be because you are still using the mixed version of the phpbb_seo_class.php file, and in deed installed the advanced mod code change in phpBB.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Tue Dec 18, 2007 12:18 pm    Post subject: Re: mod rewriting doesn't work

thanks
i'll check that later.

And if you click in the forum link in the menu : http://www.mccartneyyears.net/forum/index.html

You have a message error :

Multiple Choices
The document name you requested (/forum/index.html) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:

/forum/index.php (common basename)
Please consider informing the owner of the referring page about the broken link.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

mod rewriting doesn't workPosted: Tue Dec 18, 2007 1:21 pm    Post subject: Re: mod rewriting doesn't work

For the index.html, you need the proper rewriterule in your .htaccess, you should have something like :

Code:
#RewriteRule ^forum/index\.html$ /forum/index.php [QSA,L,NC]   

in it, just uncomment it :

Code:
RewriteRule ^forum/index\.html$ /forum/index.php [QSA,L,NC]   


and it will work.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Tue Dec 18, 2007 6:24 pm    Post subject: Re: mod rewriting doesn't work

yes i didn't install advanced mod

but i'm trying

i can't find any
// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();

in common.php


I can't find includes/db/dbal.php

etc...
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Tue Dec 18, 2007 7:31 pm    Post subject: Re: mod rewriting doesn't work

i did install phpBB3 (that's why i couldn't find some things...)

but now, it looks like it's the same : http://www.mccartneyyears.net/phpBB3


I can see my new rewrited urls but the links don't wrk.

shall i change something into .htaccess ?
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Tue Dec 18, 2007 8:53 pm    Post subject: Re: mod rewriting doesn't work

Neutral

Finally

It's working. Except for

http://mccartneyyears.net/phpBB3/forum.html

http://mccartneyyears.net/phpBB3/member175.html
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

mod rewriting doesn't workPosted: Tue Dec 18, 2007 10:16 pm    Post subject: Re: mod rewriting doesn't work

You need to generate a new .htaccess and install it IMHO.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Wed Dec 19, 2007 10:52 am    Post subject: Re: mod rewriting doesn't work

i thought it was that but

i don't know how to do it in the acp
and there's already a rewriter of forum.php and member.php

I don't understand the end : and install it IMHO

install htacces or IMHO

What is IMHO?
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

mod rewriting doesn't workPosted: Wed Dec 19, 2007 3:33 pm    Post subject: Re: mod rewriting doesn't work

IMHO is an acronym for "In my humble opinion".

Here is a nice list of the most spread ones : http://kb.iu.edu/data/adkc.html

For the rest, please RTFM Wink

The install file gives you the required step to follow for a smooth install.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Wed Dec 19, 2007 6:42 pm    Post subject: Re: mod rewriting doesn't work

wich file do you mean?
Back to top
cyrille17



Joined: 20 Jun 2007
Posts: 11

mod rewriting doesn't workPosted: Wed Dec 19, 2007 6:51 pm    Post subject: Re: mod rewriting doesn't work

look like it's working


it rocks
Back to top
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: