What permalink string to hold all posts in the root?
-
Hi
Struggling to make this work and hope you can help.
I would like to hold all my blog posts in the root for search engine reasons.Should i use
/%postname%.php/Then whatever wordpres generates paste it into .htaccess?
I have tried this but when i visit my blog i cant navigat to my posts.I get:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>But when I browse any postings, although i dont get a 404, i dont get my article either.
thanks for any help with this
Art
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘What permalink string to hold all posts in the root?’ is closed to new replies.