| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Wed Apr 09, 2008 12:14 pm Post subject: Re: RSS Feed Question |
|
|
Hi. i installed your mods.
But mysite.com/panolar/grup-hepsi-resimleri-rf3.xml 404 not found.
Please help me...
My ggs_functions.php:
| Code: |
...
$this->seo_delim = array('cat' => '-vc',
'forum' => '-rf',
'topic' => '-vt',
'user' => '-u'
);
...
|
my phpbb_seo_class.php:
| Code: |
...
$this->seo_delim = array('cat' => '-c',
'forum' => '-f',
'topic' => '-t',
'user' => '-u',
// Rss
'rss_forum' => '-rf',
// Google
'google_forum' => '-gf'
);
...
|
 |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Wed Apr 09, 2008 12:19 pm Post subject: Re: RSS Feed Question |
|
|
| Did you update .htaccess? |
_________________ Dan Kehn |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Wed Apr 09, 2008 7:40 pm Post subject: Re: RSS Feed Question |
|
|
HB how to?
here my .htaccess:
| Code: |
php_flag output_buffering on
RewriteEngine on
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^panolar/index\.html$ /panolar/index.php [QSA,L]
# FORUM PROTECTION RULE
# RewriteRule ^panolar/.*/([^/]+\.html)$ /panolar/index.php [R=301,L]
# CATEGORIES
RewriteRule ^panolar/.*-c([0-9]+)\.html$ /panolar/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^panolar/.*-f([0-9]+)-([0-9]+)\.html$ /panolar/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^panolar/.*-f([0-9]+)\.html$ /panolar/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^panolar/.*-t([0-9]+)-([0-9]+)\.html$ /panolar/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^panolar/.*-t([0-9]+)\.html$ /panolar/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^panolar/post([0-9]+)\.html$ /panolar/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^panolar/member([0-9]+)\.html$ /panolar/profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
#####################################################
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^panolar/rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /panolar/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^panolar/forums-rss-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /panolar/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^panolar/([a-zA-Z0-9_-]+)-rss([0-9]*)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /panolar/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^phpbb/.+-rf([0-9]+)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /panolar/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^panolar/sitemaps\.(xml(\.gz)?)$ /panolar/sitemap.php [L]
# Sitemap modules
RewriteRule ^panolar/([a-zA-Z0-9_-]+)-sitemap\.(xml(\.gz)?)$ /panolar/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^panolar/.+-gf([0-9]+)\.(xml(\.gz)?)$ /panolar/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^panolar/urllist\.(txt(\.gz)?)$ /panolar/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
|
|
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Wed Apr 09, 2008 7:57 pm Post subject: Re: RSS Feed Question |
|
|
It's only a guess, but maybe 'phpbb' should be 'panolar' like the others.
| Code: | | RewriteRule ^phpbb/.+-rf([0-9]+)-?(l|s)?-?(m)?\.(xml(\.gz)?)$ /panolar/rss.php?forum=$1&$2&$3 [L] |
|
_________________ Dan Kehn |
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |