Wrestling with Wordpress Permalinks
Well i’ve been in an ultimate fighting match with Wordpress again. This time were rumbling over “permalinks”. Wordpress bows down quickly and accepts my settings change..ha take that, but when I’m taking my “victory” lap over the pretty links pages, I’m getting dropped and put into a rear naked choke and keep getting the “404, page not found error” after the switch in the configuration area.
Checked all the first thought stuff, now I’m checking permissions (.htaccess) now… any ideas are welcomed.
UPDATE: Fixed, see comment.
Tags: WordPress















November 16th, 2008 at 9:39 pm
Ding…Ding…Ding, I escaped the choke and and gave WordPress a smackdown. Because I’m in a Windows environment I had to add a php.ini file to root (not the blog root, but domain root) and change this setting :
; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP’s ….
cgi.fix_pathinfo = 1
from the default of “0″ to “1″. Hope this saves someone else some time.