Hi,

Originally Posted by
photaust
Well I'm a bit baffled. I seem to have the same problem that has been posted here but can't seem to find a solution that works for me.
I don't know what you are talking about. There is no such problem, so you can't have the "same" problem!

Originally Posted by
photaust
I require my landing page to be "index.html"
however when URl Mapping is activated, the index.html file is not visible.
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:

Originally Posted by
photaust
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} \.(html)$ [NC]
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