Annotation of /mambo/branches/4.6/htaccess.txt
Parent Directory
|
Revision Log
Revision 1715 - (view) (download)
| 1 : | root | 1 | ## |
| 2 : | elpie | 973 | # @package Mambo |
| 3 : | # @author Mambo Foundation Inc see README.php | ||
| 4 : | elpie | 1037 | # @copyright Mambo Foundation Inc. |
| 5 : | # See COPYRIGHT.php for copyright notices and details. | ||
| 6 : | elpie | 1715 | # @license http://www.opensource.org/licenses/gpl-2.0.php GNU/GPL, see LICENSE.php |
| 7 : | elpie | 1037 | # 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 : | root | 1 | ## |
| 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 : | andphe | 1047 | RewriteRule ^content/(.*) index3.php |
| 31 : | RewriteRule ^component/(.*) index3.php | ||
| 32 : | RewriteRule ^mos/(.*) index3.php |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

