There is no WYSIWYG editor 4. -> 0 / 1 / 2 / 3
Everything is working fine - without changes
Sounds like a Session problem.
Oliver
Code: Select all
php_flag magic_quotes_gpc Off
php_flag register_globals Off
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.phtml$ /index.php?id=$1.$2.$3.$4.$5.$6
RewriteRule ^(.+)\.phtml$ /index.php?$1 Code: Select all
if(ini_get('register_globals') && function_exists('ini_set')) ini_set('register_globals', '0');if you mean that my Provider 1und1.com uses the CGI-Version of PHP then you're right.CGI (1&1?)
Code: Select all
if(ini_get('register_globals') && function_exists('ini_set')) ini_set('register_globals', '0');Code: Select all
register_globals = offCode: Select all
<?php
phpinfo();
?>