Permalinks Problem
-
I am trying to use permalinks on my new blog. I changed it to a custom structure of /%postname%/.
When viewing my posts on the homepage, each post title on the blog still shows /index.php?p=#. When clicked, that URL shows in the address bar of the browser. HOWEVER, if a post title is accessed under the “Recent Posts” sidebar OR if a social bookmark is clicked on the post, the blog and address bar show /%postname% instead of /index.php?p=# as it does on the homepage itself. Both types of URLs work to get the same post.
Does this have to do with the index.php file? Is it a problem with the theme I used? Any way to work around this so /index.php?p=# doesn’t show up when the main page is up?
——-
Background Info:
– I did check Using Permalinks.
– I CHMOD’d the .htaccess file to 666 and it does not have any frontpage server extensions (I’m currently not using Frontpage).
– Adding /index.php before the permalinks does not solve this issue.
– I do not want the post-ID… just the postname.
– Browser Used: Firefox 3.0.10
– WP Version Used: 2.7.1
– URL: http://www.myquickbuck.com/
——-
The topic ‘Permalinks Problem’ is closed to new replies.