View of /mambo/branches/4.5.3h/htaccess.txt
Parent Directory
|
Revision Log
Revision 1393 -
(download)
(annotate)
Mon Nov 12 06:50:38 2007 UTC (5 years, 6 months ago) by chanh
File size: 568 byte(s)
Mon Nov 12 06:50:38 2007 UTC (5 years, 6 months ago) by chanh
File size: 568 byte(s)
Change to GNU/GPL Version 2
##
# @version $Id: htaccess.txt,v 1.1 2005/07/22 01:51:57 eddieajau Exp $
# @package Mambo
# @copyright (C) 2000 - 2005 Miro International Pty Ltd
# @license GNU/GPL Version 2, see LICENSE.php
# Mambo is Free Software
##
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourMamboDirectory (just / for root)
# RewriteBase /YourMamboDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

