I have redirected my site with htaccess from mydomain.com to -http://www.mydomain.com now when I click on the RSS icon -http://www.mydomain.com/rss/news/digest/rss.xml opens but is blank. Can anyone assist?
I have uncomment the section as shown below: # HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN RewriteCond %{HTTP_HOST} !^mydomain.com$ [NC] RewriteRule ^(.*)$ http://www.mydomain.com/$1 [QSA,L,R=301] However the rewrite isn't working. I have purged the cache, but that didn't help. Any thoughts? Than...
Most likely, phpbb_seo/cache is not writeable, make sure that both that directory AND the eventual files in it are writeable by the php user (chmoding to 644 is enough in most case if you're using suexec, 777 will do otherwise). ++ It was set at 705, changed to 777 still no joy. Could it be an htac...
I am new to PHPBB in general, so please forgive me if this is a stupid question. I have installed phpBB SEO Premod V 3.0.7-PL1 and I am using it in Advanced mode. However, I cannot get URL naming to cooperate. When I change it in ACP > PHPBB SEO > Forum URL Management, it always reverts back to its ...