Does it come up with a 404 page not found?
Hi WebStyley,
Thanks for your quick reply !
Actually now it does.
My posts are available from my admin panel, but on the front, this is what shows :
“404 Error File Not Found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
“
Any idea on what the next step should be ?
Best,
Laurent
Yes, I am guessing it is as simple as resetting your permalinks. However look at this thread for more info on mod_rewrite
Thank you very much !
I’ll check that and mark this topic as solved it’s all good.
Have a good day,
Laurent
Ok, my issue is only partly solved.
I updated my permalink pages and my posts don’t send 404 page errors anymore.
But I still can’t update them from the visual editor, it doesn’t work.
The only thing i can do is “quick updates” in the articles’ list (changing title, category).
I checked my Htaccess file, and it seems to be properly configured for permalinks rewriting.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any idea on what the next step should be ?
Thanks again for your help !
can you try switching to the default theme and see if you can update your posts?
I’m going to check out the mod_write link, but I thought I would add something here:
I’m seeing this problem with any Update button, and that includes permalinks. I’m essentially dead in the water.
Later: The mod_rewrite thread didn’t provide a solution, although it seems to deal with my problem. It was said that a change in php.ini was needed, but no one said what the change was.