crburchett - Posts

Return to advanced search

Need assistance with RSS

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?

Thanks!
by crburchett
Fri Aug 27, 2010 7:28 pm
 
Forum: phpBB SEO Premod
Topic: Need assistance with RSS
Replies: 0
Views: 427

Re: htaccess redirect

OK..admittedly a newbie. I was able to straighten it out:

rewritecond %{http_host} ^mydomain.com [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]
by crburchett
Fri Aug 27, 2010 7:11 pm
 
Forum: phpBB mod Rewrite
Topic: htaccess redirect
Replies: 1
Views: 510

htaccess redirect

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...
by crburchett
Fri Aug 27, 2010 5:56 pm
 
Forum: phpBB mod Rewrite
Topic: htaccess redirect
Replies: 1
Views: 510

Re: Newbie Question - phpBB SEO Premod V 3.0.7-PL1

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...
by crburchett
Wed Aug 25, 2010 7:03 pm
 
Forum: phpBB SEO Premod
Topic: Newbie Question - phpBB SEO Premod V 3.0.7-PL1
Replies: 2
Views: 359

Newbie Question - phpBB SEO Premod V 3.0.7-PL1

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 ...
by crburchett
Wed Aug 25, 2010 4:12 pm
 
Forum: phpBB SEO Premod
Topic: Newbie Question - phpBB SEO Premod V 3.0.7-PL1
Replies: 2
Views: 359

Return to advanced search