Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-06-15 22:46:42

bluepurl
Member
From: Prairie du Sac, Wi
Registered: 2009-02-23
Posts: 42
Website

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

#3 2011-06-16 17:43:33

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

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

#4 2011-06-20 13:20:03

bluepurl
Member
From: Prairie du Sac, Wi
Registered: 2009-02-23
Posts: 42
Website

Re: View Draft returns 404 error

I’ll implement the suggestions and report back soon.

Ann

Offline

Board footer

Powered by FluxBB