| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 ## 2 # @package Mambo 3 # @author Mambo Foundation Inc see README.php 4 # @copyright Mambo Foundation Inc. 5 # See COPYRIGHT.php for copyright notices and details. 6 # @license http://www.opensource.org/licenses/gpl-2.0.php GNU/GPL, see LICENSE.php 7 # Mambo is free software; you can redistribute it and/or 8 # modify it under the terms of the GNU General Public License 9 # as published by the Free Software Foundation; version 2 of the License. 10 ## 11 12 # 13 # mod_rewrite in use 14 # 15 16 RewriteEngine On 17 18 # Uncomment following line if your webserver's URL 19 # is not directly related to physical file paths. 20 # Update YourMamboDirectory (just / for root) 21 22 # RewriteBase /YourMamboDirectory 23 24 # 25 # Rules 26 # 27 28 RewriteCond %{REQUEST_FILENAME} !-f 29 RewriteCond %{REQUEST_FILENAME} !-d 30 RewriteRule ^content/(.*) index3.php 31 RewriteRule ^component/(.*) index3.php 32 RewriteRule ^mos/(.*) index3.php
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Sep 1 00:05:01 2010 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |