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  
 
   
[Archive] phpBB SEO Simple mod Rewrite V 0.0.2
Goto page Previous  1, 2, 3, 4, 5, 6, 7
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Simple mod rewrite
::  
Author Message
miki24686



Joined: 28 Dec 2006
Posts: 6

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Fri Dec 29, 2006 12:08 am    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

Oh but your confusing, you're trying to use the advanced mod rewrite's .htacess together with the simple mod rewrite mod.
You just need to simple mod rewrite's .htaccess, you'll find it in the install file.

++

_________________
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
miki24686



Joined: 28 Dec 2006
Posts: 6

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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 Embarassed Embarassed
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Fri Dec 29, 2006 12:13 am    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

Don't worry that's how it is for us all, the dumbest mistakes, the hardest to find 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
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Sun Jan 07, 2007 9:23 pm    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

how i can redirct my old url in google and every places

to my new url

like that


http://www.paramegsoft.com/forum/viewforum.php?f=1


to

http://www.paramegsoft.com/forum/forum1.html

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Sun Jan 07, 2007 10:54 pm    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

Using the zero duplicate Wink

But, this mod is bet stage now, and not publicly released.

I can PM it to you, but I don't know if it would not be better if you waited one more week before you can install the official one and save time, as it seems you have problems sometime following install instructions 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
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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 Smile

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Wed Jan 17, 2007 5:48 pm    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

Read your PM 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
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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 Wink


thanks dcz

for your very good & fast support Smile

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Tue Jan 23, 2007 2:01 am    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

0.2.0 update for this mod is out Wink

Updating is easy, but you'll have to make sure all the patches you're using are up to date too.

All patches will be updated and released real soon.

++

_________________
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
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: 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
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

[Archive] phpBB SEO Simple mod Rewrite V 0.0.2Posted: Tue Jan 23, 2007 2:26 am    Post subject: Re: [Archive] phpBB SEO Simple mod Rewrite V 0.0.2

Well, first, this thread is not meant for this, so please read carefully the release thread, and you'll know everything.

Updating is easy, but must be done properly, so please proceed as advised, start a thread 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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Simple mod rewrite
Page 7 of 7 Goto page Previous  1, 2, 3, 4, 5, 6, 7

Navigation Similar Topics

Jump to: