Check the .htaccess file.
what should i be looking for in the htaccess file that is wrong?
here is what i have
# 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
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
by the way i tried disabling all plugins and still same problem
save current .htaccess file somewhere.
in notepad make a new file and rename it .htaccess
replace your old .htaccess file with the one you just created.
this might help you.
it had no effect. I replaced the htaccess file with a standard file and it made no difference.
Any other suggestions?
Did you tried to change your permalinks?
yes i did and that did nothing
i only have problem with blog posts… all other pages are fine
Hi @agruenke
Let me know
How did you create blog template .
Thanks
Atul
ok i found the problem at first i was thinking it was a database problem
I was lost at first on the tables – because that most of this 4.4 upgrades issues reported and also the plesk permission on dirs, Digging deeper -the issue was on the theme spasalon on file single.php w/ 2 errors
AH01215: PHP Parse error: syntax error, unexpected ‘?’ in /var/www/vhosts/facialskelowna.com/httpdocs/wp-content/themes/spasalon/single.php on line 15
AH01215: PHP Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /var/www/vhosts/facialskelowna.com/httpdocs/wp-content/themes/spasalon/single.php on line 17
hope that helps some of you….