alt_f4 wrote:Edvard told me, that he´ll have a closer look. Hope only the best
I guess, it´s a problem with IONCUBE
Greets, alt_f4
An ionCube Loader file is required by PHP to read files encoded with the ionCube Encoder. This page will determine how you can install Loaders on this particular server.
An ionCube encoded file has been loaded successfully.
Encoded files should now function correctly.
If you have a problem with your PHP application, please contact the application provider.
AddHandler php53-cgi .php
Hello,
Thank you for your inquiry.
Our servers support it seamlessly.
For further questions please do not hesitate to contact us.
Sincerely,
with kind regards
Henning Ziesche
Support team
Neue Medien Münnich
Web: www.all-inkl.com
Also, when I go to http://www.imsware.de/en/ for English it shows 404 error, which is also weird, since it worked before. http://www.imsware.de/gtranslate/translate.php?lang=en
<?php
include 'config.php';
if(!isset($_SERVER['PHP_AUTH_USER']) or !isset($_SERVER['PHP_AUTH_PW']) or !($_SERVER['PHP_AUTH_USER'] == USER and $_SERVER['PHP_AUTH_PW'] == PASS)) {
header('WWW-Authenticate: Basic realm="Restricted area"');
header('HTTP/1.0 401 Unauthorized');
echo 'fail';
print_r($_SERVER);
exit;
} else {
echo 'OK';
}
exit;
RewriteEngine on
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
[email protected] wrote:So ? .... What happen ?
What's that edit_translation2.php file ?
Users browsing this forum: No registered users and 2 guests