Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

File: [Platon] / Metafox / .htaccess (download)

Revision 1.1, Tue May 15 17:47:56 2012 UTC (11 years, 11 months ago) by igor

added third type of URL (requre mod_rewrite),
added auto redirect to new URL,
added rewrite rules,
fixed  ezin_validate_IDs,

#
# Metafox - enterprise content management system
#
# .htaccess - rules for new URL
# ____________________________________________________________
#
# Developed by Igor Mino <igor@platon.sk>
# Copyright (c) 2001-2012 Platon Group, http://platon.sk/
# All rights reserved.
#
# See README file for more information about this software.
# See COPYING file for license information.
#
# Download the latest version from
# http://opensource.platon.sk/projects/Metafox/
#

RewriteEngine on

RewriteRule (^(admin|libpub|themes|upload)/.*) $1 [L]
RewriteRule (.*) rewrite.php?link=$1&%{QUERY_STRING}

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top