[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] index.htm / index.html


Mike Heins wrote:

ln -s  index.html index.htm


This won't work for Interchange.

But on the Apache side, it is easy to do with the mod_rewrite
module:

    RewriteEngine On
    RewriteRule  ^/index.htm$ http://www.yoursite.com/index.html [L,R=301]

Can't you just name the file index.htm.html?

When IC is looking for it it'll add the .html and return it and yet in the browser's location window the file will still be index(or whatever).htm?

jimbo
;-)
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.