Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions pub/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,63 +5,16 @@
# Options are default, production, or developer
# SetEnv MAGE_MODE default

############################################
## Uncomment these lines for CGI mode.
## Make sure to specify the correct cgi php binary file name
## it might be /cgi-bin/php-cgi

# Action php5-cgi /cgi-bin/php5-cgi
# AddHandler php5-cgi .php

############################################
## GoDaddy specific options

# Options -MultiViews

## You might also need to add this line to php.ini
## cgi.fix_pathinfo = 1
## If it still doesn't work, rename php.ini to php5.ini

############################################
## Enable usage of methods arguments in backtrace

#SetEnv MAGE_DEBUG_SHOW_ARGS 1

############################################
## This line is specific for 1and1 hosting

#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php

############################################
## Default index file

DirectoryIndex index.php

<IfModule mod_php7.c>
############################################
## Adjust memory limit

php_value memory_limit 756M
php_value max_execution_time 18000

############################################
## Disable automatic session start
## before autoload was initialized

php_flag session.auto_start off

############################################
## Enable resulting html compression

#php_flag zlib.output_compression on

###########################################
# Disable user agent verification to not break multiple image upload

php_flag suhosin.session.cryptua off
</IfModule>

<IfModule mod_php.c>
############################################
## Adjust memory limit
Expand Down
4 changes: 0 additions & 4 deletions pub/media/.htaccess
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
Options -Indexes

<IfModule mod_php7.c>
php_flag engine 0
</IfModule>

<IfModule mod_php.c>
php_flag engine 0
</IfModule>
Expand Down
4 changes: 0 additions & 4 deletions pub/static/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<IfModule mod_php7.c>
php_flag engine 0
</IfModule>

<IfModule mod_php.c>
php_flag engine 0
</IfModule>
Expand Down