Annotation of /mambo/branches/4.5.3h/htaccess.txt
Parent Directory
|
Revision Log
Revision 1 -
(view)
(download)
Original Path: mambo/trunk/htaccess.txt
| 1 : | root | 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 |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

