| Posted: 11 June 2007 at 5:17am | IP Logged
|
|
|
Nope, this didnt work. Thank you for the reply though.
Below is my httpd.ini file - I've disabled some of my other rules in case there was a conflict.
[ISAPI_Rewrite] # Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20061127173036 # Helm ISAPI - Rule Name: Block external access to the httpd.ini and httpd.parse.errors files # Helm ISAPI - Status: ACTIVE RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20061127173055 # Helm ISAPI - Rule Name: Block external access to the Helper ISAPI Extension # Helm ISAPI - Status: ACTIVE RewriteRule .*\.isrwhlp / [F,I,O] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112013 # Helm ISAPI - Rule Name: CATEGORIES # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+-vc([0-9]+)\.html /forum/index.php\?c=$1 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112036 # Helm ISAPI - Rule Name: PAGINATED FORUM # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+-vf([0-9]+)-([0-9]+)\.html /forum/viewforum.php\?f=$1&start=$2 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112054 # Helm ISAPI - Rule Name: FORUM # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+-vf([0-9]+)\.html /forum/viewforum.php\?f=$1 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112117 # Helm ISAPI - Rule Name: PAGINATED TOPIC # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+-vt([0-9]+)-([0-9]+)\.html /forum/viewtopic.php\?t=$1&start=$2 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112131 # Helm ISAPI - Rule Name: TOPIC # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+-vt([0-9]+)\.html /forum/viewtopic.php\?t=$1 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112145 # Helm ISAPI - Rule Name: FORUM PROTECTION RULE # Helm ISAPI - Status: ACTIVE RewriteRule /forum/.+/([^/]+\.html) /forum/ [RP,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112202 # Helm ISAPI - Rule Name: POST # Helm ISAPI - Status: ACTIVE RewriteRule /forum/post([0-9]+)\.html /forum/viewtopic.php\?p=$1 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20070608112214 # Helm ISAPI - Rule Name: PROFILES # Helm ISAPI - Status: ACTIVE RewriteRule /forum/member([0-9]+)\.html /forum/profile.php\?mode=viewprofile&u=$1 [I,L] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20061126215645 # Helm ISAPI - Rule Name: Redirect non www over to www. # Helm ISAPI - Status: DISABLED # RewriteCond Host: snowskool\.co\.uk # RewriteRule (.+) http\://www\.snowskool\.co\.uk$1 [I,R] # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20061205173827 # Helm ISAPI - Rule Name: Rules for Joomla SEF # Helm ISAPI - Status: DISABLED # 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 # Helm ISAPI - End Of Rule
# Helm ISAPI - Start Of Rule # Helm ISAPI - Rule ID: 20061213101307 # Helm ISAPI - Rule Name: Single Home Page Rewriting # Helm ISAPI - Status: DISABLED # RewriteRule /component/option,com_frontpage/Itemid,1/ http\://www.snowskool.co.uk/ [I,RP] # Helm ISAPI - End Of Rule
# Helm ISAPI - Signature Hash: EDF244942CFBCCA6D84D9D0F9D05ADB3 # WARNING: THIS FILE CANNOT BE MODIFIED OUSTIDE OF HELM AND HELM ISAPI!
|