Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 7:41 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 5 posts ] 
Author Message
Posted: Wed Apr 18, 2007 7:28 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Apr 18, 2007 7:23 pm
Posts: 1
I thought I would share our solution, having not gotten Joomla running on windows 2003 Server R2 and with SEO functioning.
First job is to install ISAPI REWRITE
http://www.isapirewrite.com/

Then you need to configure the filer IsapiRewrite4.ini for joomla SEO

the following entries got our site working

RewriteLog  D:\temp\iirfLog.out
RewriteLogLevel 3

IterationLimit 10

# Joomla/Mambo rewrite rules
RewriteRule  ^/$                      /index.php
RewriteRule ^/content/blogsection/([^/]+)/([^/]+)/ /index.php?option=com_content&task=blogsection&id=$1&Itemid=$2
RewriteRule ^/content/blogcategory/([^/]+)/([^/]+)/ /index.php?option=com_content&task=blogcategory&id=$1&Itemid=$2
RewriteRule ^/content/section/([^/]+)/([^/]+)/ /index.php?option=com_content&task=section&id=$1&Itemid=$2
RewriteRule ^/component/option,([^/]+)/([^/]+),([^/]+)/([^/]+),([^/]+)/([^/]+),([^/]+) /index.php?option=$1&$2=$3&$4=$5&$6=$7
RewriteRule ^/component/option,([^/]+)/([^/]+),([^/]+)/([^/]+),([^/]+) /index.php?option=$1&$2=$3&$4=$5
RewriteRule ^/component/option,([^/]+)/([^/]+),([^/]+)/ /index.php?option=$1&$2=$3
RewriteRule ^/content/category/([^/]+)/([^/]+)/([^/]+)/ /index.php?option=com_content&task=category§ionid=$1=&id=$2&Itemid=$3
RewriteRule ^/content/view/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /index.php?option=com_content&task=view&id=$1&Itemid=$2&limit=$3&limitstart=$4
RewriteRule ^/content/view/([^/]+)/([^/]+)/ /index.php?option=com_content&task=view&id=$1&Itemid=$2

hope this helps others.


Top
  E-mail  
 
Posted: Sun May 06, 2007 2:42 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Dec 02, 2005 4:22 am
Posts: 23
I share the wealth, I got it working with a Free IIS rewriter not limited and actively updated.
http://cheeso.members.winisp.net/IIRF.aspx I am using the beta version right now cause it supports some new rules I need to use.
I using the beta in production for months never skiped a beat.

IterationLimit 10
MaxMatchCount 10
Tested and working with ARTIO JoomSEF
RewriteCond %{HTTP_URL}            (/|\.htm|\.php|\.html|/[^.]*)$  [I]
RewriteCond %{REQUEST_FILENAME}    !-f
RewriteCond %{REQUEST_FILENAME}    !-d
RewriteRule (.*)                /index.php                      [U,L]RewriteCond %{HTTP_URL}            (/|\.htm|\.php|\.html|/[^.]*)$  [I]
RewriteCond %{REQUEST_FILENAME}    !-f
RewriteCond %{REQUEST_FILENAME}    !-d
RewriteRule (.*)                /index.php                      [U,L]


Tested and working with default Joomla SEO
RewriteRule ^/$                      /index.php
RewriteRule ^/content/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/ /index.php?option=com_content&task=$1&id=$2&Itemid=$3&limit=$4&limitstart=$5
RewriteRule ^/content/([^/]+)/([^/]+)/([^/]+)/ /index.php?option=com_content&task=$1&id=$2&Itemid=$3
RewriteRule ^/component/option,([^/]+)/([^/]+),([^/]+)/([^/]+),([^/]+)/([^/]+),([^/]+) /index.php?option=$1&$2=$3&$4=$5&$6=$7
RewriteRule ^/component/option,([^/]+)/([^/]+),([^/]+)/ /index.php?option=$1&$2=$3


Top
   
 
Posted: Mon May 07, 2007 11:43 am 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Sun Oct 22, 2006 4:42 am
Posts: 5286
Location: Queensland, Australia
Guys, this is great, thank you for the contributions.

Have you thought of submitting this for an FAQ? I am sure it would help many IIS users.

_________________

** Moved to Queensland** still on/offline intermittantly, will be awhile yet.
Joomla! Tools Suite v2 Beta2 release available at http://joomlacode.org/gf/project/jts/


Top
   
 
Posted: Mon May 07, 2007 4:51 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Dec 02, 2005 4:22 am
Posts: 23
RussW wrote:
Guys, this is great, thank you for the contributions.

Have you thought of submitting this for an FAQ? I am sure it would help many IIS users.

Will do that now. Didnot know it was in such high demand.


Top
   
 
Posted: Wed Sep 23, 2009 10:43 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Apr 20, 2006 11:42 pm
Posts: 85
creating a new thread since I'm using 1.5 sorry...


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 16 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

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group