Forum
Preview for draft posts not showing up
Hello,
I've successfully rewritten my urls however the preview for draft posts aren't showing the post correctly. The line I have in my .htaccess is:
RewriteRule ^blog/([a-zA-Z0-9-/]+)/preview$ /blog/post.php?s=$1&preview=all [L]
any ideas?
The syntax looks right. Do 'published' posts view correctly? What order do you have it in your htaccess file?
Hey Simon,
htaccess below
This line
needs to be before this line
And this line
isn't going to work as there isn't a second set of ( ) to pass to $2 - the page thing will never work.
You'll probably have to change the order of your blog/category rules too.
Hey Duncan,
Thank for this, I've done some rearranging and still haven't had any luck. Code is below: