PHP configuration (memory, execution time, ...)

09.03.2013 21:12
#1
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
PHP configuration (memory, execution time, ...)

1. Create in root directory joomla file
.htaccess

Or

2. Create in root directory joomla or (/administrator/) file
php.ini

Or

3. Сhange settings by hosting panel


Last change: 09.03.2013 21:21
 
09.03.2013 21:14
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
max_execution_time

.htaccess
php_value max_execution_time 500


php.ini
max_execution_time = 500

 
09.03.2013 21:17
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
memory_limit

.htaccess
php_value memory_limit 128M

php.ini
memory_limit = 128M

 
09.03.2013 21:18
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
upload_max_filesize

.htaccess
php_value upload_max_filesize 100M
php_value post_max_size 200M

php.ini
upload_max_filesize = 100M
post_max_size = 200M

 
02.06.2013 20:16
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
max_input_vars

.htaccess
php_value max_input_vars 5000

php.ini
max_input_vars = 5000


Last change: 02.06.2013 20:16
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.