mdawaffe, thanks for the idea. But no, it does not work or change anything. I have created another “page”, called Test, after I chmod to 666, and the problem is still present: page 404.
I thought for a moment that the problem could have come from the Kubrick theme, but no. I have the same problem event with the default (and ugly) green theme.
Is there anybody experiencing the same problem: no page, or no “static” page?
.htaccess writable?
Are you suggesting to chmod the .htaccess file? At the moment, It is in 644 mode (Owner: read/write; Group: read; Public: read).
I have the same problem: I created a new page (About), put some dummy text to test it, and I always end up on my 404 file.
See for yourself: http://baudesign.ca/wp/
Nevermind, I found the source of the problem:
<input name=”s” type=”text” id=”s” […]
I changed the id of the input for design purposes, and the script did not like that for unknown reason. Oh well…