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  
 
   
[Project] Developing IIS mod rewrite
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Project] Developing IIS mod rewritePosted: Thu Nov 09, 2006 10:18 pm    Post subject: Re: [Project] Developing IIS mod rewrite

Exactly, except for the advanced, it's not required, I mean, you should freely choose between the three phpBB mod rewrite, and it will work on IIS server using the isapi rewrite module.

The IIS rewriterules mentioned above are meant for the advanced one, but I can provide the other one upon request.


So to make all this safe, you should first check is isapi rewrite is available on your server.

You can find more about the isapi rewrite module here : http://www.helicontech.com/

You could as well just test the mod to find out, but it would be better to do it on a test board. To do this you'd only need to add the httpd.ini file as suggested with proper paths at the root level.

Then, you could just try a nice postxx.html url where xx is an actual post id and see if you're redirected properly. If so, it's working Wink

The php code change are not this many and they are the exact same as the regular Apache version (I'll compile both httpd.ini and .htaccess in the same mod in the update). So you just need to add them and to use the suggested httpd.ini instead of the .htaccess.

++

_________________
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
rick74
phpBB SEO Team
phpBB SEO Team


Joined: 01 Jul 2006
Posts: 64

[Project] Developing IIS mod rewritePosted: Thu Nov 23, 2006 9:11 pm    Post subject: Re: [Project] Developing IIS mod rewrite

Hi,

Did not replayed in while be a very havymakeover of my new home, allmost ready now so....
That's right just replace the .htacces rules by the httpd.ini and you have a the IIS mod.

Mod is working verywell for me, just worried about the tonload of suplemental results i have now, about 90%.
Hoping for an update really soon now, haven't checked my stats for while now because of the rebuilding of my home, It scared the hell out of me, took a dive in visiters of about 60 -70 %
BTW why the change back to the www Dcz ??

_________________
Het bouwen en verbouwen forum
Alles over bouwen en verbouwen
Windows Hosting design en zoekmachine optimalisatie
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Project] Developing IIS mod rewritePosted: Thu Nov 23, 2006 9:18 pm    Post subject: Re: [Project] Developing IIS mod rewrite

The dive is most likely due to the fact the switch was made a little after all redirections where active (a day or two if I recall well). But I did not think it would be this much.

Anyway, since you started talking about the www come back, take a look at how fast Google updated it's cache in this case. And there was absolutely no drop of any kind.

If you like we can start a new topic to go further into analysing what's happening now.
Do you still show up on your best keywords in SERPs ?

++

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



Joined: 24 Oct 2007
Posts: 11

[Project] Developing IIS mod rewritePosted: Thu Feb 21, 2008 11:09 am    Post subject: 404 error

Hello!

Thank's for your support.

I've istalled the phpbb seo on my windows server but I've a problem.

The httpd.ini is on the main root:

Code:
[ISAPI_Rewrite]

RewriteEngine On

# CATEGORIES
RewriteRule /.+-vc([0-9]+)\.html$ /index.php\?c=$1 [I,L]
# PAGINATED FORUM
RewriteRule /.+-vf([0-9]+)-([0-9]+)\.html$ /viewforum.php\?f=$1&start=$2 [I,L]
# FORUM
#RewriteRule /.+-vf([0-9]+)\.html$ /viewforum.php\?f=$1 [I,L]
RewriteRule /.+-vf([0-9]+)\.html(?:\?(.*))? /viewforum.php\?f=$1?2&$2: [I,L]
# PAGINATED TOPIC
RewriteRule /.+-vt([0-9]+)-([0-9]+)\.html$ /viewtopic.php\?t=$1&start=$2 [I,L]
# TOPIC
RewriteRule /.+-vt([0-9]+)\.html(?:\?(.*))? /viewtopic.php\?t=$1?2&$2: [I,L]
#RewriteRule /.+-vt([0-9]+)\.html$ /viewtopic.php\?t=$1 [I,L]
# FORUM PROTECTION RULE
#RewriteRule /.+/([^/]+\.html)$ / [I,O,RP,L] 
# POST
RewriteRule /post([0-9]+)\.html$ /viewtopic.php\?p=$1 [I,L]
#PROFILES
RewriteRule /member([0-9]+)\.html$ /profile.php\?mode=viewprofile&u=$1 [I,L]
# END PHPBB PAGES 


I've setted the parameters below:


Activate URL rewriting: yes
URL rewriting type: advanced
Profiles ID removing: yes
SID Removing: yes
Remove small words: no
Virtual Root: no
Forum URL caching: yes
Activate The No duplictate: no

The forum is on http://forum-impresa-lavoro.impresalavoro.eu/impresa

I obtain the 404 error.... Sad

Please, could you help me to fix this problem?

Thank's a lot
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3137

[Project] Developing IIS mod rewritePosted: Thu Feb 21, 2008 11:21 am    Post subject: Re: [Project] Developing IIS mod rewrite

Ho, but this thread is dealing with phpBB2 mod rewrite, not phpBB3.

Give searching a chance since I'm pretty sure the topic was treated, before you ask for it in the phpBB3 SEO category Wink

_________________
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
Page 3 of 3 Goto page Previous  1, 2, 3

Navigation Similar Topics

Jump to: