Forum Moderators: phranque
the actual problem with this is that we have different indexes in different folders
and I need the rule to determine what the actual file is.
Here is a list of available index files:
index.html
index.htm
index.cfm
Please HEEELP
P.S.
some rules that i have tried to make would redirect the browser to the same URL over and over :-(
this one is actually worked on 1 server, i'm not sure why:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f
RewriteBase /
RewriteRule ^(.*)$ %{REQUEST_URI} [R]