| :: |
| Author |
Message |
miki24686
Joined: 28 Dec 2006 Posts: 6
|
Posted: Thu Dec 28, 2006 11:52 pm Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
so i tried this mod firstly, because i want to find out if mod_rewrite is working.. i think that mod_rewrite is ok, but i have some troubles...
members work great, so if i click to anybody in memberlist, i can see profile with link like this: http://hpcafe.info/member269.html ,but if i click to forum i get stupid 404not found | Code: | Not Found
The requested URL /forum2.html was not found on this server. |
.htaccess:
| Code: | RewriteEngine On
RewriteBase /
#########################################################
# PHPBB SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.phpbb-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM PROTECTION RULE
RewriteRule ^.+/([^/]+.html)$ index.php [R=301,L]
# CATEGORIES
RewriteRule ^.+-vc([0-9]+).html$ index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^.+-vf([0-9]+)-([0-9]+).html$ viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^.+-vf([0-9]+).html$ viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^topic([0-9]+)-([0-9]+).html$ viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^topic([0-9]+).html$ viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^post([0-9]+).html$ viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^member([0-9]+).html$ profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
##################################################### |
|
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
miki24686
Joined: 28 Dec 2006 Posts: 6
|
Posted: Fri Dec 29, 2006 12:10 am Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
yeah i see, sorry i am overworked  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Sun Jan 07, 2007 11:01 pm Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
thanks dcz i wait u  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jan 17, 2007 5:40 pm Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
now i have big problem after i install this mod
google not enter my forums and hits my index only
when i was using advanced mod
it was enter my forums
now google enter my index page only
what i can do |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jan 17, 2007 6:10 pm Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
| dcz wrote: | Read your PM  |
thanks dcz
for your very good & fast support  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Tue Jan 23, 2007 2:23 am Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2 |
|
|
now how i can update from phpBB-SEO-Simple-mod-Rewrite_V_0.0.2
to
phpBB-SEO-simple-mod-Rewrite_V_0.2.0 |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
|