boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rewrite dynamic PHP urls to resemble static html pages

 
Post new topic   Reply to topic    boardom Forum Index -> PHP help
View previous topic :: View next topic  
Author Message
Sigg3



Joined: 03 Jul 2003
Posts: 906
Location: Oslo, Norway

PostPosted: Wed Aug 04, 2004 2:25 pm    Post subject: Rewrite dynamic PHP urls to resemble static html pages Reply with quote

I was wondering about shorter URL's:
This script by stargeek.com rewrites dynamic PHP urls to resemble static html pages
Code:
<?php
function processURI() {
$request = explode("/",$_SERVER['REQUEST_URI']);
$count = count($request);     
for ($i = 1 ; $i < $count ; $i++) {             
    $values["arg".$i] = $request[$i];   
}
return $values;   
}
?>

I'm quite sure I've seen something about this in b2 somewhere, about mod_rewrite or something, but can't remember where or how.

Anyone up for a little digging?
_________________
Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center | Fight my BattleImp!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Cyberian75



Joined: 26 Sep 2002
Posts: 1285
Location: Oregon

PostPosted: Fri Dec 10, 2004 7:12 pm    Post subject: Reply with quote

Try http://ncyoung.com/cat/32
_________________
Michael P.

Back to top
View user's profile Send private message AIM Address
Sigg3



Joined: 03 Jul 2003
Posts: 906
Location: Oslo, Norway

PostPosted: Sat Dec 11, 2004 1:20 pm    Post subject: Reply with quote

Cheers:)
_________________
Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center | Fight my BattleImp!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> PHP help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group