Wordpress Permalink issue... some help please?

by LMC
9 replies
Hey,

So I'm utilizing Wordpress for a new site of mine, and uploaded a bunch of content.

I was told to change the permalink structure show it shows the month and name of the post.

My problem is, if you go to the site, whenever I click on one of the articles it tells me it's not there.

I'm usually good at solving these things, but right now my head hurts, does anyone know what's up.

Site: SiteFlippers.org
#issue #permalink #wordpress
  • Profile picture of the author Kevin Lam
    Do you have .htaccess file uploaded into your main directory? That's usually the case.
    {{ DiscussionBoard.errors[727605].message }}
    • Profile picture of the author wpafiliatedude
      yup that's what i think to do a wee search on google this is a common problem
      {{ DiscussionBoard.errors[727613].message }}
  • {{ DiscussionBoard.errors[727608].message }}
  • Profile picture of the author Kevin Lam
    I'm sure you'll ask, but the ".htaccess" file will tell the browser where to go when a visitor clicks on a 'permalink' on your blog.

    So if you don't have a .htaccess file, create a text file in your site's home folder/directory and rename it to ".htaccess". Then put this code in there:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Save the file and upload it into your /www/ directory or "public_html" directory. That should fix it for you.
    {{ DiscussionBoard.errors[727616].message }}
  • Profile picture of the author LMC
    I did the above, but it is still not working...

    I probably did something wrong, I'll wait till my programmer comes in on Monday.,
    {{ DiscussionBoard.errors[727634].message }}
  • Profile picture of the author Kevin Lam
    Clear your cache. It's working on my end. It didn't work for me earlier, so I think it's fine now.
    {{ DiscussionBoard.errors[727639].message }}
  • Profile picture of the author LMC
    Nah, its because I changed it back to the default... thanks though
    {{ DiscussionBoard.errors[727646].message }}
  • Profile picture of the author TheCren
    It appears to be working, but you're not using the "month/name" permalink structure. I see "?p=32"
    {{ DiscussionBoard.errors[727647].message }}
  • Profile picture of the author LMC
    yes I know, cause when I change the month/name structure it does not work... I was trying to do it myself, but I will wait for my programmer on Monday, no worries
    {{ DiscussionBoard.errors[727657].message }}

Trending Topics