Annotation of /mambo/branches/4.6/htaccess.txt
Parent Directory
|
Revision Log
Revision 297 - (view) (download)
| 1 : | root | 1 | ## |
| 2 : | csouza | 297 | # @package Mambo Open Source |
| 3 : | # @copyright (C) 2005 - 2006 Mambo Foundation Inc. | ||
| 4 : | root | 1 | # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 5 : | csouza | 297 | # |
| 6 : | # Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure | ||
| 7 : | # that Mambo remained free Open Source software owned and managed by the community. | ||
| 8 : | root | 1 | # Mambo is Free Software |
| 9 : | ## | ||
| 10 : | |||
| 11 : | # | ||
| 12 : | # mod_rewrite in use | ||
| 13 : | # | ||
| 14 : | |||
| 15 : | RewriteEngine On | ||
| 16 : | |||
| 17 : | # Uncomment following line if your webserver's URL | ||
| 18 : | # is not directly related to physical file paths. | ||
| 19 : | # Update YourMamboDirectory (just / for root) | ||
| 20 : | |||
| 21 : | # RewriteBase /YourMamboDirectory | ||
| 22 : | |||
| 23 : | # | ||
| 24 : | # Rules | ||
| 25 : | # | ||
| 26 : | |||
| 27 : | RewriteCond %{REQUEST_FILENAME} !-f | ||
| 28 : | RewriteCond %{REQUEST_FILENAME} !-d | ||
| 29 : | csouza | 138 | RewriteRule ^content/(.*) index3.php |
| 30 : | RewriteRule ^component/(.*) index3.php | ||
| 31 : | RewriteRule ^mos/(.*) index3.php |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

