View of /mambo/branches/4.7/htaccess.txt.45x
Parent Directory
|
Revision Log
Revision 1395 -
(download)
(annotate)
Mon Nov 12 09:41:15 2007 UTC (5 years, 7 months ago) by elpie
File size: 747 byte(s)
Mon Nov 12 09:41:15 2007 UTC (5 years, 7 months ago) by elpie
File size: 747 byte(s)
!fixed header comment blocks to meet coding standards and to remove the invalid link to GNU/GPL version 2 license.
##
# @package Mambo
# @author Mambo Foundation Inc see README.php
# @copyright Mambo Foundation Inc.
# See COPYRIGHT.php for copyright notices and details.
# @license GNU/GPL Version 2, see LICENSE.php
# Mambo is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2 of the
# License.
##
#
# 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 |

