Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [solved] wordpress subdirectory and rss Re: [solved] wordpress subdirectory and rss

#69208
magnuslawrie
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