phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
big or little letter for filename

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 9:23 am    Post subject: big or little letter for filename

hello my forum:
http://www.lavinya.net/phpBB2/ (since 5 year)

but google sitemaps says 404 error:
Code:

 ../phpbb2/about1032.html      404 (Not found)   [?]  Feb 9, 2007
../phpbb2/about1130.html    404 (Not found)   [?]    Feb 9, 2007
.../phpbb2/about1138.html    404 (Not found)   [?]    Feb 9, 2007
../phpbb2/about1779.html    404 (Not found)   [?]    Feb 9, 2007
../phpbb2/about2799.html    404 (Not found)   [?]    Feb 9, 2007
.../phpbb2/about3302-0.html    404 (Not found)   [?]  Feb 9, 2007


but link displaying true. example;
Code:
click to http://www.lavinya.net/phpBB2/about1032.html

redirect with 301 http://www.lavinya.net/phpBB2/fd-ve-baska-sanatcilarin-sarkilari-t1032.html

i using phpBB SEO Advanced mod Rewrite 0.2.2
phpBB SEO Zero duplicate - phpBB SEO Advanced mod Rewrite version 0.2.2

here my .htaccess
Code:
# php_flag display_errors on
# php_flag display_startup_errors on
php_flag output_buffering on

RewriteEngine On
RewriteBase /phpBB2/
RewriteCond %{HTTP_HOST} !^www\.lavinya\.net$ [NC]
RewriteRule ^(.*) http://www.lavinya.net/phpBB2/$1 [QSA,L,R=301]

# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^index\.html$ index.php [QSA,L]
# FORUM PROTECTION RULE
#RewriteRule ^.+/([^/]+\.html)$ index.php [R=301,L]
# CATEGORIES
RewriteRule ^.*-c([0-9]+)\.html$ index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.*-f([0-9]+)-([0-9]+)\.html$ viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.*-f([0-9]+)\.html$ viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^.*-t([0-9]+)-([0-9]+)\.html$ viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^.*-t([0-9]+)\.html$ viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^uye-([0-9]+)\.html$ profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
# RSS main
RewriteRule ^rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^sitemaps\.([xml|xml\.gz]+)$ sitemap.php [L]
# Sitemap modules
RewriteRule ^([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^.+-gf([0-9]+)\.([xml|xml\.gz]+)$ sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^urllist\.([txt|txt\.gz]+)$ urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES      #
#########################################################
RewriteRule ^post-([0-9]*)\.html viewtopic.php?p=$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* viewtopic.php?t=$1 [L,NC]
RewriteRule ^about([0-9]*).html viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC]
RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC]
RewriteRule ^ara-([0-9]*)-([0-9]*).html search.php?search_id=$1&start=$2 [QSA,L]
RewriteRule ^arama-yazar-([a-zA-Z0-9_-]*).html search.php?&search_author=$1 [QSA,L]
RewriteRule ^cevapsiz.html search.php?search_id=$1 [QSA,L]
RewriteRule ^yeni-kayit.html profile.php?mode=register&agreed=true [QSA,L]
RewriteRule ^kayit-coppa.html profile.php?mode=register&agreed=true&coppa=true [QSA,L]
RewriteRule ^kayit.html profile.php?&mode=register [QSA,L]
RewriteRule ^bilgiduzenle.html profile.php?mode=editprofile [QSA,L]
RewriteRule ^kayipsifre.html profile.php?mode=sendpassword [QSA,L]
RewriteRule ^kategori-([0-9]*).html index.php\?c=$1 [QSA,L]
RewriteRule ^sss-([a-zA-Z0-9]*).html faq.php\?mode=$1 [QSA,L]
RewriteRule ^sss.html faq.php [QSA,L]
RewriteRule ^arama.htm search.php [QSA,L]

RewriteRule ^emaill-(.*).jpg email.php?adres=$1
RewriteRule ^emaill-(.*).gif email.php?adres=$1


how to fix.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

big or little letter for filenamePosted: Tue Feb 13, 2007 10:00 am    Post subject: Re: big or little letter for filename

Just replace all :

Code:
[QSA,L]


with :

Code:
[QSA,L, NC]


In .htaccess

Where NC stands for No Case Wink
++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 10:09 am    Post subject: Re: big or little letter for filename

thanks dcz for reply. Smile

dcz this true??

Code:
# php_flag display_errors on
# php_flag display_startup_errors on
php_flag output_buffering on

RewriteEngine On
RewriteBase /phpBB2/
RewriteCond %{HTTP_HOST} !^www\.lavinya\.net$ [NC]
RewriteRule ^(.*) http://www.lavinya.net/phpBB2/$1 [QSA,L,R=301]

# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^index\.html$ index.php [QSA,L, NC]
# FORUM PROTECTION RULE
#RewriteRule ^.+/([^/]+\.html)$ index.php [R=301,L]
# CATEGORIES
RewriteRule ^.*-c([0-9]+)\.html$ index.php?c=$1 [QSA,L, NC]
# PAGINATED FORUM
RewriteRule ^.*-f([0-9]+)-([0-9]+)\.html$ viewforum.php?f=$1&start=$2 [QSA,L, NC]
# FORUM
RewriteRule ^.*-f([0-9]+)\.html$ viewforum.php?f=$1 [QSA,L, NC]
# PAGINATED TOPIC
RewriteRule ^.*-t([0-9]+)-([0-9]+)\.html$ viewtopic.php?t=$1&start=$2 [QSA,L, NC]
# TOPIC
RewriteRule ^.*-t([0-9]+)\.html$ viewtopic.php?t=$1 [QSA,L, NC]
# POST
RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L, NC]
#PROFILES
RewriteRule ^uye-([0-9]+)\.html$ profile.php?mode=viewprofile&u=$1 [QSA,L, NC]
# END PHPBB PAGES
# RSS main
RewriteRule ^rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^sitemaps\.([xml|xml\.gz]+)$ sitemap.php [L]
# Sitemap modules
RewriteRule ^([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^.+-gf([0-9]+)\.([xml|xml\.gz]+)$ sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^urllist\.([txt|txt\.gz]+)$ urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES      #
#########################################################
RewriteRule ^post-([0-9]*)\.html viewtopic.php?p=$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* viewtopic.php?t=$1 [L,NC]
RewriteRule ^about([0-9]*).html viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC]
RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC]
RewriteRule ^ara-([0-9]*)-([0-9]*).html search.php?search_id=$1&start=$2 [QSA,L, NC]
RewriteRule ^arama-yazar-([a-zA-Z0-9_-]*).html search.php?&search_author=$1 [QSA,L, NC]
RewriteRule ^cevapsiz.html search.php?search_id=$1 [QSA,L, NC]
RewriteRule ^yeni-kayit.html profile.php?mode=register&agreed=true [QSA,L, NC]
RewriteRule ^kayit-coppa.html profile.php?mode=register&agreed=true&coppa=true [QSA,L, NC]
RewriteRule ^kayit.html profile.php?&mode=register [QSA,L, NC]
RewriteRule ^bilgiduzenle.html profile.php?mode=editprofile [QSA,L, NC]
RewriteRule ^kayipsifre.html profile.php?mode=sendpassword [QSA,L, NC]
RewriteRule ^kategori-([0-9]*).html index.php\?c=$1 [QSA,L, NC]
RewriteRule ^sss-([a-zA-Z0-9]*).html faq.php\?mode=$1 [QSA,L, NC]
RewriteRule ^sss.html faq.php [QSA,L, NC]
RewriteRule ^arama.htm search.php [QSA,L, NC]

RewriteRule ^emaill-(.*).jpg email.php?adres=$1
RewriteRule ^emaill-(.*).gif email.php?adres=$1
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

big or little letter for filenamePosted: Tue Feb 13, 2007 10:13 am    Post subject: Re: big or little letter for filename

looks like I added a space in :
Code:
[QSA,L, NC]


should be :

Code:
[QSA,L,NC]


Anyway, working ?

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 10:16 am    Post subject: Re: big or little letter for filename

hmm thanks dcz ok.

i now try. Wink
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 10:21 am    Post subject: Re: big or little letter for filename

dcz. added below code.

but i any changing not displaying. Crying or Very sad

please test.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

big or little letter for filenamePosted: Tue Feb 13, 2007 10:22 am    Post subject: Re: big or little letter for filename

URL ? (to show what's not working)

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 10:24 am    Post subject: Re: big or little letter for filename

example:

Code:
www.lavinya.net/phpbb2/about1032.html
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

big or little letter for filenamePosted: Tue Feb 13, 2007 10:30 am    Post subject: Re: big or little letter for filename

Ho I see, this must be because you're running your .htaccess with :

Code:
RewriteBase /phpBB2/


Try :
Code:
RewriteBase /


and add the phpBB2/ path in the .htaccess with the NC tags.

If not enough, running you .htaccess from root could be a solutions to mention the phpBB2/ path in the RegEx.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 11:34 am    Post subject: Re: big or little letter for filename

ok i change .htaccess and shortly after move to root directory.

Code:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.lavinya\.net$ [NC]
RewriteRule ^(.*) http://www.lavinya.net/$1 [QSA,L,R=301]
# php_flag display_errors on
# php_flag display_startup_errors on
php_flag output_buffering on

AddType application/x-httpd-php .html .htm

ErrorDocument 404 /404.html
ErrorDocument 403 /403.html

RewriteRule ^galeri/lightbox\.htm$ galeri/lightbox.php?%{QUERY_STRING}
RewriteRule ^galeri/lightbox\.([0-9]+)\.htm$ galeri/lightbox.php?page=$1&%{QUERY_STRING}
RewriteRule ^galeri/search\.htm$ galeri/search.php?%{QUERY_STRING}
RewriteRule ^galeri/search\.([0-9]+)\.htm$ galeri/search.php?page=$1&%{QUERY_STRING}
RewriteRule ^galeri/cat\.htm$ galeri/categories.php?%{QUERY_STRING}
RewriteRule ^galeri/cat([0-9]+)\.([0-9]+)\.htm$ galeri/categories.php?cat_id=$1&page=$2&%{QUERY_STRING}
RewriteRule ^galeri/cat([0-9]+)\.htm$ galeri/categories.php?cat_id=$1&%{QUERY_STRING}
RewriteRule ^galeri/img([0-9]+)\.htm$ galeri/details.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^galeri/img(.*)\.search\.htm$ http://www.lavinya.net/galeri/img$1.htm [L,R=301]
# RewriteRule ^galeri/img([0-9]+)\.search\.htm$ galeri/details.php?image_id=$1&mode=$2&%{QUERY_STRING}
# RewriteRule ^galeri/img([0-9]+)\.([a-zA-Z0-9]+)\.htm$ galeri/details.php?image_id=$1&mode=$2&%{QUERY_STRING}
RewriteRule ^galeri/postcard([a-zA-Z0-9]+)\.htm$ galeri/postcards.php?postcard_id=$1&%{QUERY_STRING}
RewriteRule ^galeri/postcard\.img([0-9]+)\.htm$ galeri/postcards.php?image_id=$1&%{QUERY_STRING}
RewriteRule ^galeri/sitemap.xml$ galeri/google.php

RewriteRule ^sozler/stil.css lyrics2/stil.css
RewriteRule ^sozler$ lyrics2/index.html
RewriteRule ^sozler/$ lyrics2/index.html
RewriteRule ^sozler/(.*).htm lyrics2/index.html?sarki=$1

# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^phpBB2/index\.html$ /phpBB2/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
#RewriteRule ^phpBB2/.+/([^/]+\.html)$ /phpBB2/index.php [R=301,L]
# CATEGORIES
RewriteRule ^phpBB2/.*-c([0-9]+)\.html$ /phpBB2/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^phpBB2/.*-f([0-9]+)-([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^phpBB2/.*-f([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^phpBB2/.*-t([0-9]+)-([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^phpBB2/.*-t([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^phpBB2/post([0-9]+)\.html$ /phpBB2/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^phpBB2/uye-([0-9]+)\.html$ /phpBB2/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END PHPBB PAGES
# RSS main
RewriteRule ^phpBB2/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^phpBB2/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^phpBB2/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^phpBB2/sitemaps\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php [L]
# Sitemap modules
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^phpBB2/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^phpBB2/urllist\.([txt|txt\.gz]+)$ /phpBB2/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES      #
#########################################################
RewriteRule ^phpBB2/post-([0-9]*)\.html /phpBB2/viewtopic.php?p=$1 [L,NC]
RewriteRule ^phpBB2/view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* /phpBB2/viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^phpBB2/about([0-9]*).html&highlight=([a-zA-Z0-9]*) /phpBB2/viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^phpBB2/about([0-9]*).html&view=newest /phpBB2/viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^phpBB2/about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* /phpBB2/viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^phpBB2/about([0-9]*)-([0-9]*).* /phpBB2/viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^phpBB2/about([0-9]*).* /phpBB2/viewtopic.php?t=$1 [L,NC]
RewriteRule ^phpBB2/about([0-9]*).html /phpBB2/viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^phpBB2/mark-forum([0-9]*).html* /phpBB2/viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^phpBB2/updates-topic([0-9]*).html* /phpBB2/viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^phpBB2/stop-updates-topic([0-9]*).html* /phpBB2/viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^phpBB2/forum-([0-9]*).html /phpBB2/viewforum.php?f=$1 [L,NC]
RewriteRule ^phpBB2/forum-([0-9]*).* /phpBB2/viewforum.php?f=$1 [L,NC]
RewriteRule ^phpBB2/topic-([0-9]*)-([0-9]*)-([0-9]*).* /phpBB2/viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^phpBB2/ptopic([0-9]*).* /phpBB2/viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^phpBB2/ntopic([0-9]*).* /phpBB2/viewtopic.php?t=$1&view=next [L,NC]
RewriteRule ^phpBB2/ara-([0-9]*)-([0-9]*).html /phpBB2/search.php?search_id=$1&start=$2 [QSA,L,NC]
RewriteRule ^phpBB2/arama-yazar-([a-zA-Z0-9_-]*).html /phpBB2/search.php?&search_author=$1 [QSA,L,NC]
RewriteRule ^phpBB2/cevapsiz.html /phpBB2/search.php?search_id=$1 [QSA,L,NC]
RewriteRule ^phpBB2/yeni-kayit.html /phpBB2/profile.php?mode=register&agreed=true [QSA,L,NC]
RewriteRule ^phpBB2/kayit-coppa.html /phpBB2/profile.php?mode=register&agreed=true&coppa=true [QSA,L,NC]
RewriteRule ^phpBB2/kayit.html /phpBB2/profile.php?&mode=register [QSA,L,NC]
RewriteRule ^phpBB2/bilgiduzenle.html /phpBB2/profile.php?mode=editprofile [QSA,L,NC]
RewriteRule ^phpBB2/kayipsifre.html /phpBB2/profile.php?mode=sendpassword [QSA,L,NC]
RewriteRule ^phpBB2/kategori-([0-9]*).html /phpBB2/index.php\?c=$1 [QSA,L,NC]
RewriteRule ^phpBB2/sss-([a-zA-Z0-9]*).html /phpBB2/faq.php\?mode=$1 [QSA,L,NC]
RewriteRule ^phpBB2/sss.html /phpBB2/faq.php [QSA,L,NC]
RewriteRule ^phpBB2/arama.htm /phpBB2/search.php [QSA,L,NC]

RewriteRule ^phpBB2/emaill-(.*).jpg /phpBB2/email.php?adres=$1
RewriteRule ^phpBB2/emaill-(.*).gif /phpBB2/email.php?adres=$1
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

big or little letter for filenamePosted: Tue Feb 13, 2007 11:40 am    Post subject: Re: big or little letter for filename

-www.lavinya.net/phpbb2/about1032.html is still a 404 so far.

It should work. I don't get why it isn't. Must be server config and folders. Anyway, phpBB2 is not phpbb2, so it's a real 404 even though it's not the best if such links where posted.

The thing is they must have been 404 before the update.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

big or little letter for filenamePosted: Tue Feb 13, 2007 11:51 am    Post subject: Re: big or little letter for filename

dcz please see. Shocked
find google.
Code:
http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-27,GGGL:tr&q=%22%2Fphpbb2%2Fabout1032.html%22


result click to first link or 2. please find lavinya.net
link display
Code:
www.lavinya.net/phpbb2/about1032.html


google from here follow link?


note: search result sites not my site.
Back to top
Visit poster's website
siay



Joined: 06 Feb 2007
Posts: 4

big or little letter for filenamePosted: Tue Feb 13, 2007 1:55 pm    Post subject: Re: big or little letter for filename

you can add a rewrite rule to root htaccess

Code:
RewriteRule ^phpbb2(.*) http://www.lavinya.net/phpBB2$1 [QSA,L,R=301]


:)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 1

Navigation Similar Topics

Jump to: