{% else-1 %}
(21 фев 2016, 17:16) (0/0) [0]
stoper,
# так безопаснее
#php_value register_globals 0
# убираем экранирование кавычек (эта фича для ламеров, только портит вид)
#php_value magic_quotes_gpc 0
# дописываем сессию к URL
#php_value session.use_trans_sid 1
#php_value session.gc_maxlifetime 360000
#php_value session.cookie_lifetime 360000

#php_value upload_max_filesize 10M
# кодировка по-умолчанию
AddDefaultCharset UTF-8

DirectoryIndex index.php
Options -Indexes
Options SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^(.*)\/$ $1.php [L]
RewriteRule ^id([\d]+)/*$ user.php?id=$1

RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*) http://%1/$1 [L,R=301]

RewriteRule ^([\w\d]+)$ user.php?pagename=$1 [L,QSA]

# задаем соответствие 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


ErrorDocument 403 /error/?403
ErrorDocument 404 /error/?404
(21 фев 2016, 15:16) (0/0) [0]
stoper, не помогло
(21 фев 2016, 15:13) (1/0) [1]
Limp_Bizkit,
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmasterУдалён and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.15 (CentOS) Server at retrica.sxost.ru Port 80
(21 фев 2016, 15:06) (1/0) [1]
В общем дело было так, скачал скрипт сайта, распаковал, перехожу по ссылке мой_сайт/инсталл (скрипт самопис) а там ошибку выбивает. Говорят что проблема в htaccess..
Можете плиз помочь, что не так то?

# так безопаснее
php_value register_globals 0
# убираем экранирование кавычек (эта фича для ламеров, только портит вид)
php_value magic_quotes_gpc 0
# дописываем сессию к URL
php_value session.use_trans_sid 1
php_value session.gc_maxlifetime 360000
php_value session.cookie_lifetime 360000

php_value upload_max_filesize 10M
# кодировка по-умолчанию
AddDefaultCharset UTF-8

DirectoryIndex index.php
Options -Indexes
Options SymLinksIfOwnerMatch
RewriteEngine On
RewriteRule ^(.*)\/$ $1.php [L]
RewriteRule ^id([\d]+)/*$ user.php?id=$1

RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*) http://%1/$1 [L,R=301]

RewriteRule ^([\w\d]+)$ user.php?pagename=$1 [L,QSA]

# задаем соответствие 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


ErrorDocument 403 /error/?403
ErrorDocument 404 /error/?404
  • 1 из 1