Backtracking mod rewrite

Discussions and support about the different URL Rewriting techniques for phpBB2.

Moderator: Moderators

Backtracking mod rewrite

Postby nims » Fri Nov 24, 2006 10:44 am

Hi I wud like to understand one thing about MOD rewrite. Now since after using advanced seo MOD, urls are rewritten, how wud I know what is the actual page in case I need to make some changes to a page. Like I have a page .../forum/memberxxxx.html that displays members profile and I want to make some changes to the actual php page that generates profiles, how do I know which page is it ?
Audio Ads - Earn from every visitor to your site
Buy Latest mobiles *** SEO India
nims
PR2
PR2
 
Posts: 243
Joined: Wed Oct 11, 2006 9:31 am
Location: New Delhi, India

Advertisement

Postby gowap » Sat Nov 25, 2006 12:52 am

.htaccess :
#PROFILES
RewriteRule ^member([0-9]+)\.html$ /profile.php?mode=viewprofile&u=$1 [QSA,L]

so this means every memberxxxx.html gets redirected to profile.php
Gravure-News : la communauté francophone de la gravure de CD/DVD et son forum d'entraide.
User avatar
gowap
phpBB SEO Team
phpBB SEO Team
 
Posts: 1509
Joined: Sun May 07, 2006 10:56 pm

Postby nims » Sat Nov 25, 2006 5:38 am

Thanks gowap :)
So that means whenever I need to see the original page I need to refer to my htaccess file and see which rule it applies to. Got it.
Audio Ads - Earn from every visitor to your site
Buy Latest mobiles *** SEO India
nims
PR2
PR2
 
Posts: 243
Joined: Wed Oct 11, 2006 9:31 am
Location: New Delhi, India

Postby dcz » Sat Nov 25, 2006 1:01 pm

Exactly, the .htaccess is only making sure a given type of mod rewritten URL hits the proper php script (the only one to be able to build the pages).

So the phpBB structure is left untouched, viewtopic.php builds topic pages, viewforum.php forum's and etc ...

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB2 mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests