رفتن به مطلب

Internal Server Error


He is Gone

ارسال‌های توصیه شده

سلام چند دقیقه پیش اخرین نسخه از ای پی بی رو نصب کردم 

 

ارور 500 میده

 

اصلا صفحه نصب رو هم نمیاره

 

.htaccess هم اینه

# Protect the conf_global.php file
<files conf_global.php>
ErrorDocument 403 http://www.your-site.com/403.html
Order deny,allow
deny from all
</files>

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# Protect the initdata.php file
<files initdata.php>
ErrorDocument 403 http://www.your-site.com/403.html
Order deny,allow
deny from all
</files>
لینک ارسال
به اشتراک گذاری در سایت های دیگر

  • مدیر کل بازنشسته سایت

فایل htaccess رو پاک میکنی مشکلت حل میشه؟ چون اروری هم که میده به خاطر همون فایل هست.

 

اینو هم تست کن به جای محتوای فعلی:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
AddOutputFilterByType DEFLATE application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml
</IfModule>
# Protect the conf_global.php file
<files conf_global.php>
Order deny,allow
deny from all
</files>
# Protect the initdata.php file
<files initdata.php>
Order deny,allow
deny from all
</files>
<files .htaccess>
Order deny,allow
deny from all
</files>
<files errorlog>
Order deny,allow
deny from all
</files>

<Files 403.shtml>
order allow,deny
allow from all
</Files>
لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...