Hello,thanks for your reply.
i don't have root access, but i can send ticket to my hosting provider.
.htaccess in home directory:
# Use PHP54 as default
AddHandler application/x-httpd-php54 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php54/lib
</IfModule>
.htaccess in public_html directory:
# 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>
# END WordPress
when i rename htaccess file in home directory , show this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/usermyhost/public_html/wp-config.php:1) in /home/usermyhost/public_html/wp-includes/pluggable.php on line 899
(In addition, this problem occurred after server migration)
Thanks