Home Forums Basel support forum Notice: Undefined offset: 11462 error when trying to change width of menu Reply To: Notice: Undefined offset: 11462 error when trying to change width of menu

#6690

m360
Participant

I have this in my .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

php_value session.gc_maxlifetime 10800
php_value max_input_time 10800
php_value max_execution_time 10800
php_value upload_max_filesize 210M
php_value post_max_size 220M
php_value memory_limit 256M

# END WordPress