htaccess and Pages problem?
-
Finally got around to doing some edits on my site, when I by accident discovered that all my Page links (not regular posts) return an “Edit this page.” plaintext link instead of the text contained in the Page. wtf? When I click on it, it opens a blank page for writing in the Admin console.
I hadn’t changed anything with respect to the links to Pages, and confirmed the php.
I even modded the link from ‘../?page_id=xxx’ to ‘../?p=xxx’ and a regular post loads fine.
The Pages themselves still exist as they show up in my Management console under the Pages tab, so the db is OK.
I’ve traced where the displayed text is coming from (wp-content>themes>default>page.php) but not why the conditional statement appears to be failing and throwing this string. Its just a static page after all, and I’ve only really been messing with CSS on respective php files, along with adding a few HTML tags to format postmetadata.
I’m now focusing on the htaccess file on the host server. I do NOT use permalinks, and it currently has permission 0644, along with all the other files in my root directory. But I’m not clear on what permissions it should have.
Can anyone confirm whether these permissions are correct for a standard access website?
Thanks in advance…
- The topic ‘htaccess and Pages problem?’ is closed to new replies.