centraleffects/properteasenew/propertease0724_B/components/com_sobipro/.htaccess - Htaccess File

centraleffects/properteasenew/propertease0724_B/components/com_sobipro/.htaccess

# @version: $Id: .htaccess 4387 2015-02-19 12:24:35Z Radek Suski $
# @package: SobiPro Component for Joomla!

# @author
# Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
# Email: sobi[at]sigsiu.net
# Url: http://www.Sigsiu.NET

# @copyright Copyright (C) 2006 - 2015 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
# @license GNU/GPL Version 3
# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
# as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
# See http://www.gnu.org/licenses/gpl.html and http://sobipro.sigsiu.net/licenses.

# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

# $Date: 2015-02-19 13:24:35 +0100 (Thu, 19 Feb 2015) $
# $Revision: 4387 $
# $Author: Radek Suski $
# $HeadURL: file:///opt/svn/SobiPro/Component/branches/SobiPro-1.1/Site/.htaccess $

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_URI} .php|.ini|.xml|.xsl|.db|.tmp|.var
    RewriteRule ^(.*)$ index.php [R=403,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache