Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > Администрирование Web серверов и Web служб > 500 error


Автор: Reptor 2.10.2011, 20:08
Возникла проблема на сервере.. получаю 500 error если хожу по линкам - http://hourb.com/dir/ 

.htaccess:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^index\.html$ index.php
RewriteRule ^contact\.html$ contact_fm.php
RewriteRule ^terms\.html$ terms.php
RewriteRule ^about\.html$ about.php
RewriteRule ^faq\.html$ faq.php
RewriteRule ^categories\.html$ categories.php
RewriteRule ^new_hosting\.html$ newhosting.php
RewriteRule ^top_hosting\.html$ tophosting.php
RewriteRule ^report_abuse\.html$ abuse.php
RewriteRule ^forgot_login_informations\.html$ forgotpass_fm.php
RewriteRule ^create_new_account\.html$ registration.php
RewriteRule ^confirm\.html$ confirmation.php
RewriteRule ^login\.html$ login.php
RewriteRule ^logout\.html$ logout.php
RewriteRule ^search\.html$ search_fm.php
RewriteRule ^add_hosting\.html$ post.php
RewriteRule ^notactive\.html$ notactive.php
RewriteRule ^view_my_hosting\.html$ myhosting.php
RewriteRule ^edit_my_profile\.html$ profile.php
RewriteRule ^edit_my_info\.html$ info.php 
RewriteRule ^view_hosting_categories\.html$ allcats.php
RewriteRule (.*)\.html hosting.php?id=$1
RewriteRule -(.*)\.htm view.php?id=$1
RewriteRule -(.*)\.shtml print.php?id=$1
RewriteRule (.*)\.htm poster.php?id=$1

файлы и htaccess лежат - /public_html/dir

где может быть проблема?





Автор: Reptor 2.10.2011, 20:55

У меня ещё есть htaccess в public_html.. может они как то конфликтуют



 public_html:

RewriteBase /wp/
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
 
<FilesMatch "\.(gif|jpg|js|css|png)$">
  ExpiresDefault "access plus 10 years"
</FilesMatch>
 
<IfModule mod_deflate.c>
<FilesMatch "\.(js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
 
 
# BEGIN WordPress
 
# END WordPress

Автор: Reptor 3.10.2011, 01:18
Может какие мысли? я не знаю что не так

Автор: MuToGeN 4.10.2011, 16:36
См. ErrorLog

Автор: Lols 9.11.2011, 01:07
Конфликт явный, знать бы где.
Лог смотрели?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)