WebBuilder2

AdvancedSearch | AreaMap ]

Search:

  HomePage   News   Getting Started Guide   WebBuilder2   CurrentStateOfAffairs  
  WebBuilder2   FeatureList   FrontController   LibraryPackages   ApplicationModules   ApplicationTemplates   Installation Instructions   ReleaseManagement  

Username:

Password:


Areas In
This Wiki

BEPHPUG

Conferences

emPHPower

LiveUser

Main

MDB2

PDO

PHPSVN

PHPTODO

RDBMS

WebBuilder2

UrlRewriting means the way parameters are thrown into the WebBuilder2.

Normally you have:
www.somehost.org/index.php?foo=bar (via GET)

in WebBuilder2 you have the opportunity to transfer these parameters this way:
www.somehost.org/foo/bar

The WebBuilder2 builds then these variables in the parameter_array as a key=>value pair.

You can define if you wish to have some special variables on fixed positions and you would need only to give the value for this variable:

Example:
www.somehost.org/somepage

If you have defined:
$GLOBALS['core']['mod_rewrite'][0] = 'pid';
in the core.ini (see ConfigurationFiles)
then somepage will be the value of the page_id.

WebBuilder2:UrlRewriting (212.202.40.149)
Thu, 20 Jan 2005, 13:47
[ Links | Source | History | RSS ]

This site powered by YaWiki 0.22 beta.


smith [AT] pooteeweet [DOT] org
2005-08-24 14:11:31 (23)
we might also support this: http://www.tutorio.com/tutorial/php-alternative-to-mod-rewrite-for-se-friendly-urls we would need to add a new option to generate slightly longer urls potentially since this solution seems to require "index.php" or "index" in the url to point to the file that is supposed to be called.

Add A Comment
Email:
*Comment:
Catpcha:
* denotes required field

Your comment will be added immediately; please check your comments, and be nice. :-)

Please use plain text only; HTML and PHP code will be converted to entities.

Your email address will be obfuscated with [AT] and [DOT] after you post your comment.

FrontController
StageLoader
OutputWriter
ParameterHandling