It's in wp-admin > settings > reading You need to alter you links so they all specify index.php before the querystring.
Or you could make a redirection handler and do an internal redirect so "" gets internally redirected to your-fake-index.html On Sun, Jun 7, 2009 at 1:08 PM, Yo'av Moshe <[email protected]> wrote: > Hey, > I have a wordpress website which still isn't ready. > During development, my clients wants the domain to show some simple "Under > Construction" page. There should be a link to the wordpress website, at > /index.php. My main "Under Construction" page is at /index.html. My > Directory Index is set to "index.html, index.php". > > Problem is that Wordpress thinks it index.php is the directory index, and > so my links are like "/?q=123". Cherokee then sends me back to my > /index.html, instead of "/index.php?q=123". > > How can I send only the ?foo=bar URIs through index.php, and otherwise > leave it to index.html ? > > Thank you. > > > -- > Yo'av Moshe > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > >
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
