Hi,
I don't know what you are talking about. There is no such problem, so you can't have the "same" problem!
The standard rewrite rule already lets index.html through, it is not mapped by Ceon URI Mapping:
Code:
# Don't rewrite any files ending with .[xxxxx]
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$
However, in your code you've gone and
made Ceon URI Mapping responsible for .html files:
You've done the opposite of what you wanted! (Simply misread the documentation I see).
Remove the modifications you made and just use the normal rewrite rule and things will work as you desire.
You should also upgrade to 3.8.0, it won't make a difference in this case but always best to use the latest version.
I'll upload a version of 3.8.0 to the downloads area shortly, for the minute you can get it from the Ceon website.
All the best..
Conor
ceon
Bookmarks