Quote Originally Posted by conor View Post
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


Actually, I have the same thing happen to me. I usually put up an index.html "coming soon" page while the ZC website is still in progress, and that page is passed over in favor of index.php after I install CEON with its pre-packaged settings, thus "activating" the website whether i want it live or not.