yama/zencart1302-ja/master/.htaccess - Htaccess File

yama/zencart1302-ja/master/.htaccess

# $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
#   AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# Fix certain PHP values

<IfModule mod_php4.c>
  php_flag register_globals Off
</IfModule>

<IfModule mod_php5.c>
  php_flag register_globals Off
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache