Possible solutions of your questions

  hosting
<< Previous       the problem with php

Question: Good time of day. After installing the script mark. the problem - Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.In the error logs is .htaccess: Invalid command `php_flag`,Here he is .htaccess DirectoryIndex index.phpOptions -IndexesAllow from allorder allow,denydeny from all Order allow,deny Deny from All order allow,denydeny from allorder allow,denydeny from allDeny from AllRemoveHandler .html .htmAddType application/x-httpd-php .php .htm .html .phtml .incAddDefaultCharset utf-8RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ index.php?wtpath=$1&wtquery=%{QUERY_STRING} [L]an ErrorDocument 400 /index.php?section=an ErrorDocument&errcode=401 400ErrorDocument /index.php?section=an ErrorDocument&errcode=401 an ErrorDocument 403 /index.php?section=an ErrorDocument&errcode=403 an ErrorDocument 404 /index.php?section=an ErrorDocument&errcode=404php_flag magic_quotes_gpc magic_quotes_runtime 0php_flag 0Где here`s the catch can`t find. With the last time manipulated - to no avail. If possible, tell me the solution. Thanks in advance!
Answer:


Hello.
please Check the rights for folders and files.
should only be 644 for files, 755 for folders. Permissions 777 is prohibited and not required
In the file .htaccess should not be of type php settings php_value, php_flag.

remove Directive php_flag magic_quotes_gpc 0 php_flag magic_quotes_runtime 0  from a file .htaccess

Question: Thank you! I will try.
Question: The file permission is 644. on folders 755 When you upload your site opens a window to download a certain file 852pE+9 with the following content smarty->display(`main.tpl`); //------------------------------------------------------------------------------------- /* Copyright forwebm.net */?>
Question: This is after removing the Directive php_flag magic_quotes_gpc 0 php_flag magic_quotes_runtime 0 from file .htaccess
Answer:


OK


<< Previous