| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 ## 2 # @version $Id: htaccess.txt,v 1.1 2005/07/22 01:51:57 eddieajau Exp $ 3 # @package Mambo 4 # @copyright (C) 2000 - 2005 Miro International Pty Ltd 5 # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL 6 # Mambo is Free Software 7 ## 8 9 # 10 # mod_rewrite in use 11 # 12 13 RewriteEngine On 14 15 # Uncomment following line if your webserver's URL 16 # is not directly related to physical file paths. 17 # Update YourMamboDirectory (just / for root) 18 19 # RewriteBase /YourMamboDirectory 20 21 # 22 # Rules 23 # 24 25 RewriteCond %{REQUEST_FILENAME} !-f 26 RewriteCond %{REQUEST_FILENAME} !-d 27 RewriteRule ^(.*) index.php
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Feb 5 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |