| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/includes/ |
Upload File : |
# ----------------------------------------------------------------------------------------- # $Id: .htaccess,v 1.1 2003/09/06 22:13:53 fanta2k Exp $ # # XT-Commerce - ebusiness solutions # http://www.xt-commerce.com # # Copyright (c) 2003 XT-Commerce # ----------------------------------------------------------------------------------------- # based on: # (c) 2000-2001 The Exchange Project # (c) 2002-2003 osCommerce (.htaccess,v 1.4 2001/04/22); www.oscommerce.com # (c) 2003 nextcommerce (.htaccess,v 1.3 2003/08/13); www.nextcommerce.org # # Released under the GNU General Public License # ----------------------------------------------------------------------------------------- # # This is used with Apache WebServers # The following blocks direct HTTP requests in this directory recursively # # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration # # Example: # #<Directory "/usr/local/apache/htdocs"> # AllowOverride Limit # # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file) # # This does not affect PHP include/require functions # # Example: http://server/catalog/includes/application_top.php will not work # Apache 2.2 <IfModule !mod_authz_core.c> <Files *.php> Order deny,allow Deny from all </Files> </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> <Files *.php> Require all denied </Files> </IfModule>