Using SubDirectory Install, Blog Not Showing Posts
-
Greetings,
I have installed WordPress in a subdirectory on my server. Everything seems to be working except pages and posts do not come up if you click on the link from the main page. This is the first time using a subdirectory for install. All my other installs are on the root directory and work fine. this subdirectory is driving me crazy.
I can write a post, it shows on the main page, then when i click the permalink to go to the full post, it gives back a 404
http://skylineprints.com/blog/
I only have one post at this point while I try to figure this out. I’ve searched and searched the forums and google, but to no avail.
In case it’s important,here’s is the hta file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-dDoes anyone have any idea on how to fix this?
The topic ‘Using SubDirectory Install, Blog Not Showing Posts’ is closed to new replies.