Can’t create Pages
-
I come to you having spent twenty hours or more reading the codex, searching to forums, tweaking things…
I can’t seem to be able to create a Page– I always get a 404 error. Permalinks (standard date/title) work. Even “https://hells-handmaiden.com/feed/” works, which I find a bit odd but by now I am hopelessly lost. Mod_rewrite is enabled. “.htaccess” is writable and looks like it should as far as I can tell:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Still, every new page I’ve tried has resulted in a 404 error.
I noticed on one thread the suggestion that “functions-post.php” and “classes.php” be replaced, but I don’t have those files at all and neither does the WordPress .zip I just opened.
I don’t even know what questions to ask at this point.
Thanks in advance.
- The topic ‘Can’t create Pages’ is closed to new replies.