nnn21
Новичок
нет, к сожалению все попытки подсунуть htaccess в директорию , приводят к тому, что при вызове нужной страницы происходит немедленное перенаправление на кучу разнообразной рекламы ... защита наверное
зарегистрировавшись на форуме провайдера наткнулся на следующий пост
--------------------------------------------------------------------
Question
Can I enable PHP Display Errors, if so how?
Answer
You can enable or disable PHP Display Errors yourself using creating an .htaccess file and uploading the file to your htdocs folder.
Please add the following line to your .htaccess file :
php_value display_errors on
Then CHMOD the .htaccess tile to 644
Failure to chmod .htaccess to 644 will result in your website redirecting to an error page.
--------------------------------------------------------------------
зарегистрировавшись на форуме провайдера наткнулся на следующий пост
--------------------------------------------------------------------
Question
Can I enable PHP Display Errors, if so how?
Answer
You can enable or disable PHP Display Errors yourself using creating an .htaccess file and uploading the file to your htdocs folder.
Please add the following line to your .htaccess file :
php_value display_errors on
Then CHMOD the .htaccess tile to 644
Failure to chmod .htaccess to 644 will result in your website redirecting to an error page.
--------------------------------------------------------------------