It is currently Sat Feb 11, 2012 5:01 pm




 Page 1 of 1 [ 3 posts ] 
Author Message
 Post subject: Share your ISAPI rewrite rules
PostPosted: Tue Mar 17, 2009 9:50 pm 
Site Admin
Site Admin
User avatar

Joined: Mon Feb 09, 2009 1:31 pm
Posts: 193
Location: Newport, South Wales
If you have a useful ISAPI rewrite rule then share it here


Offline
 Profile  
 
 Post subject: Re: Share your ISAPI rewrite rules
PostPosted: Tue Mar 17, 2009 9:57 pm 
Site Admin
Site Admin
User avatar

Joined: Mon Feb 09, 2009 1:31 pm
Posts: 193
Location: Newport, South Wales
Here are the rules I use for PHPBB

Rewriterule ^(.+)-f([0-9]*).html-(.+)$      /viewforum.php?f=$2
Rewriterule ^(.+)-(t|p)([0-9]*).html-(.+)$      /viewtopic.php?$2=$3&$4
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html-(.+)$   /viewforum.php?f=$2&start=$3&$4
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html-(.+)$   /viewtopic.php?$2=$3&start=$4&$5

Rewriterule ^(.+)-f([0-9]*).html$         /viewforum.php?f=$2
Rewriterule ^(.+)-(t|p)([0-9]*).html$         /viewtopic.php?$2=$3&$4
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html$      /viewforum.php?f=$2&start=$3&$4
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html$      /viewtopic.php?$2=$3&start=$4&$5


This does, of course, assume that you have the PHPBB SEO Mod installed :)



_________________
Dave Webb
Windows 2008 Forums
Offline
 Profile  
 
 Post subject: Re: Share your ISAPI rewrite rules
PostPosted: Wed Mar 18, 2009 11:04 am 
Newbie
Newbie

Joined: Wed Feb 11, 2009 8:36 pm
Posts: 7
Location: Brighton
Here are the ISAPI Rewrite rules I use for CMS Made Simple:

RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O]
RewriteRule .*\.isrwhlp / [F,I,O]
RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
RewriteRule ^/([^/]+)\.html index.php?page=$1 [I]
RewriteRule ^/([^/]+)/([^/]+)\.html index.php?page=$2 [I]
RewriteRule ^/([^/]+)/([^/]+)([0-9]*)\.html index.php?page=$1/$2$3 [I]
RewriteRule ^/([^/]+)/([0-9]*)/([0-9]*)\.html index.php?page=$1/$2/$3 [I]


Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 3 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

cron