Hello,
A client has his various contractors (including myself) edit pages using Macromedia's Contribute, primarily for version control. Contribute won't work with the following code rewriting site.com/index.html to site.com/ - apparently it can't discern that the homepage is index.html. It hangs and is not able to load index.html for editing. Any suggestions on a way around this? Programatically or operationally?
DirectoryIndex index.html
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.html\ HTTP/
RewriteRule ^(([^/]+/)*)index\.html$ [site.com...] [R=301,L]
Thanks,
Greg