All in one SEO/Permalink installed but….
-
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.comThanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘All in one SEO/Permalink installed but….’ is closed to new replies.