вдс на evronetwork
TuMan, проблема, как ты уже понял, в htaccess. Что у тебя в нем такое и почему твой новый хостер запрещает некоторые директивы - известно только телепатам.
а если кину что в htaccess подскажите?
TuMan, это стоило сделать еще 3 поста назад.
RewriteEngine on
ExpiresActive On
php_value memory_limit 20000M
php_value register_globals 0
ExpiresByType application/javascript \"access plus 1 year\"
ExpiresByType text/javascript \"access plus 1 year\"
ExpiresByType text/css \"access plus 1 year\"
ExpiresByType image/gif \"access plus 1 year\"
ExpiresByType image/jpeg \"access plus 1 year\"
ExpiresByType image/png \"access plus 1 year\"
Header set Cache-control: private
Header set Cache-control: public
BrowserMatch \"MSIE\" force-no-vary
BrowserMatch \"Mozilla/4.[0-9]{2}\" force-no-vary
<FilesMatch .(ico|pdf|flv|jpg|jpeg|png|gif|swf)$=\"\">
Header set Expires \"Wed, 13 Dec 2012 01:00:00 GMT\"
</FilesMatch>
<FilesMatch \"\\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$\">
Header set Cache-Control \"max-age=29030400, public\"
</FilesMatch>
<FilesMatch \"\\.(xml|txt|css|js)$\">
Header set Cache-Control \"max-age=29030400, proxy-revalidate\"
</FilesMatch>
<FilesMatch \"\\.(html|htm|txt)$\">
Header set Cache-Control \"max-age=29030400, must-revalidate\"
</FilesMatch>
# так безопаснее
php_flag display_errors 1
php_flag log_errors off
php_value upload_max_filesize 55M
# убираем экранирование кавычек
php_value magic_quotes_gpc 0
# дописываем сессию к URL
php_value session.use_trans_sid 1
php_value session.cookie_lifetime 0
# кодировка по-умолчанию
AddDefaultCharset UTF-8
# удаляет ошибки
php_value error_reporting 1
DirectoryIndex index.php
Options -Indexes
<Files count.php>
order allow,deny
deny from all
</Files>
# задаем соответствие mime типов расширению
AddType text/vnd.wap.wml;charset=utf-8 .wml
AddType application/vnd.sonyericsson.mms-template tpl
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.eri.thm .thm
AddType application/vnd.mophun.application .mpn
AddType application/vnd.mophun.certificate .mpc
AddType text/vnd.sun.j2me.app-descriptor .jad
Addtype text/x-vmel .mel
Addtype audio/imelody .imy
AddType application/vnd.smaf .mmf
Addtype text/x-vmel .emy
AddType audio/amr .amr
AddType audio/x-wav .wav
AddType application/x-tar .hid
Addtype image/jpeg .jpg
Addtype image/jpeg .jpeg
Addtype image/gif .gif
Addtype image/png .png
Addtype image/bmp .bmp
Addtype text/x-imelody .imy
Addtype text/x-emelody .emy
Addtype text/x-vcard .vcf
Addtype text/x-vcalendar .vcs
Addtype text/calendar .ics
Addtype application/smil .smil
Addtype application/smil .smi
Addtype application/java-archive .jar
Addtype application/vnd.symbian.install .sis
Addtype audio/wav .wav
Addtype audio/midi .midi
Addtype audio/midi .mid
Addtype audio/rmf .rmf
Addtype application/vnd.wap.mms-message .mms
AddType video/flv .flv
AddType video/mp4 .mp4
Addtype video/3gpp .3gp
Addtype application/zip .zip
Addtype audio/mpeg .mp3
# переопределяем страницы ошибок
ErrorDocument 400 /erpage/400.php
ErrorDocument 401 /erpage/401.php
ErrorDocument 402 /erpage/402.php
ErrorDocument 403 /erpage/403.php
ErrorDocument 404 /404.shtml
ErrorDocument 500 /erpage/500.php
ErrorDocument 502 /erpage/502.php
RewriteCond %{HTTP_HOST} ^wap\\-f\\.ru$ [OR]
RewriteCond %{HTTP_HOST} ^www\\.wap\\-f\\.ru$
RewriteRule ^/?$ \"http\\:\\/\\/7ka\\.us\" [R=301,L]
Попробуй все лайны которые начинаются на php_value,php_flag убрать
мы уже поняли