| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: 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
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 |
|
 |
|
 |
rick74 phpBB SEO Team

Joined: 01 Jul 2006 Posts: 64
|
Posted: 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

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
robot_dika
Joined: 24 Oct 2007 Posts: 11
|
Posted: 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....
Please, could you help me to fix this problem?
Thank's a lot |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3137
|
Posted: 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  |
_________________
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |