• Hello,
    I updated my permalink structure so that it is postname only.

    Though when I click on my posts it literally says postname and not the name of the post title.

    Any thoughts?

    my htaccess file looks like this:
    AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
    AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    here is the site:
    http://www.doggeekz.com

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • make sure that these lines

    AddHandler application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
    AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml

    are the exact specific ones your webhost has advised using in the htaccess file. If not, change or get rid of them.

    Thread Starter snieves

    (@snieves)

    how do i see where the web host advises this? I am with lunarpages. sorry for the noob question but I am seriously only 3 months in with all this.

    Thanks

    Sorry, I thought that would be obvious from my earlier reply. Contact Lunarpages support, explain what is going on, paste in those lines you have in htaccess, ask if they are necessary, are they correct, if not what should they be.

    Thread Starter snieves

    (@snieves)

    I have posted on lunarpages help. My rep will help me out in the morning. I will keep you all posted.

    Sam

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘All in one SEO/Permalink installed but….’ is closed to new replies.