Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
View Draft returns 404 error
Hi, there.
I’m using 4.0.8. When I save an article as a draft and click view, I get a 404 error.
The permlink mode is /section/id/title.
I disabled all plugins and still got the same error.
The htaccess looks like this:
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
In advance, thanks for your help. I’ve found this user forum to be very collegial and I always appreciate it!
Ann
Offline
#2 2011-06-16 17:36:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: View Draft returns 404 error
Hi Ann, it’s really recommended to upgrade. Can you do that and report back if the problem still exists?
Offline
Re: View Draft returns 404 error
Also… if you have zem redirect. Disable it and check again if the preview works as intended.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: View Draft returns 404 error
I’ll implement the suggestions and report back soon.
Ann
Offline
Pages: 1