Post preview is not working!
-
I can publish a post, but I can’t preview while I am writing. What I see when I use the preview button is my blog, and in the place of the new post, the message “Not Found
Sorry, but you are looking for something that isn’t here.”I think that must be a problem with the .htaccess file.
I have the wordpress installation in:
https://solaiz.com/aldares.com/wordpress
When in options of my blog, I set :
WordPress address(URL):https://solaiz.com/aldares.com/Wordpress
Blog address (URL):Blog address (URL):https://solaiz.com/aldares.com/Wordpress
the preview works fine.
But when I change the Blog address (URL)to https://www.aldares.com (that is a domain that is pointing to https://solaiz.com/aldares.com/Wordpress) then the preview (while I am writing) show the error message: Not Found
Sorry, but you are looking for something that isn’t here.
What I have in my .htaccess file is:RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_HOST} /aldares.com/WordPress/
RewriteCond %{REQUEST_URI} !/aldares.com/WordPress/
RewriteRule ^(.*)$ aldares.com/WordPress/$1 [L]Someone can see something wrong?
Thank you in advance!
- The topic ‘Post preview is not working!’ is closed to new replies.