G2 Clean URL help

mfedwards

Joined: 2009-09-24
Posts: 1
Posted: Mon, 2009-09-28 17:26

I have recently installed Gallery2 onto my server and I am unable to get clean URLs to work.

I am on IIS 6
Drupal 6.14
php5

I have installed and I am using Ionics Isapi rewrtie adn ti works for the purpose of clean URl's on drupal. However, when I go to setup the clean URL plugin:

I am able to Configure For ISAPI Rewrite to work Gallery needs write access to the httpd.ini file.

I am able to confirm that Gallery can write to the httpd.ini file.

I am unable to get Gallery to detect ISAPI Rewrite.

I have added the line of text

# BEGIN Gallery 2 Url Rewrite section (GalleryID: D:\WebSites\wwwroot2\sites\all\modules\gallery2)
# Do not edit this section manually. Gallery will overwrite it automatically.

RewriteCond Host: www\.eviepuff\.com
RewriteRule /sites/all/modules/GALLERY2/modules/rewrite/data/isapi_rewrite/Rewrite.txt /sites/all/modules/GALLERY2/modules/rewrite/data/isapi_rewrite/Works.txt [O]

# END Url Rewrite section

and left a line of space at the bottom

Also, I am getting the following error on my drupal site "URL Rewrite plugin could not be instantiated. Please check its configuration in standalone Gallery2"

I have read through this forum and every google page I can find without beign able to resolve the issue.

Can anyone help please???????