Home › Forums › Back End › [solved] wordpress subdirectory and rss › Re: [solved] wordpress subdirectory and rss
January 10, 2010 at 3:31 pm
#69208
Member
in fact the problem is not limited to rss, but applies to all posts.
I am using wp-generated .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress