Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2017-09-27 23:25:07

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

[SOLVED] after complet new install 4.6.2 get 500 internal server error

Hi,

I have installed a new (clear) 4.6.2 on my webhost. Installation are good and complete, I can login into my backend and do all things there. But I can’t look my (new) website, there is a 500 Internal Server Error.
I move the .htaccess from the installfiles in my website-file after installing. The “Diagnose” says now its all good and fine. Inside is the same .htaccess how for 4.5.7.

Edit: Why I get this 500-Error and how I can solved it?

Edit: The rights of the file of my new website is set on 755.
I have look in my logfile and i think its maybe the “Code 503 – Der Service ist nicht verfügbar 0.01% 2” I cant look to the specially subdomain (only domain with all subwebsites). But there is no 500 error.
My php-version is 5.4.45.
I have no plugins in textpattern.

Much thanks for your help!
Lythande

Last edited by lythande (2017-09-28 19:01:17)

Offline

#2 2017-09-28 17:59:11

makss
Plugin Author
From: Ukraine
Registered: 2008-10-21
Posts: 355
Website

Re: [SOLVED] after complet new install 4.6.2 get 500 internal server error

Try in .htaccess specify

RewriteBase /

On some hosting it helps.


aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)

Offline

#3 2017-09-28 18:24:40

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: [SOLVED] after complet new install 4.6.2 get 500 internal server error

Hi,

in the .htaccess was the string

RewriteBase /

not inside. Thanks for this tip!
I do it inside, but don’t help. Still get the 500 Error. Has clearing the Cache of the Browser and starting the Browser new, dont help. :(

Here is the full .htaccess-File:

Inhalt der .htaccess-Datei: 
------------------------
# BEGIN Textpattern
#DirectoryIndex index.php index.html

#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default

<IfModule mod_rewrite.c>

    RewriteEngine On
    #RewriteBase /relative/web/path/
    #RewriteBase /

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.+) - [PT,L]

    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*) index.php

    RewriteCond %{HTTP:Authorization}  !^$
    RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

#php_value register_globals 0

<IfModule mod_mime.c>
    AddType image/svg+xml  svg svgz
    AddEncoding gzip       svgz
</IfModule>
# END Textpattern

------------------------

Edited Textile code – Uli

Last edited by lythande (2017-09-28 19:13:16)

Offline

#4 2017-09-28 19:00:15

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: [SOLVED] after complet new install 4.6.2 get 500 internal server error

ahhh, I don’t see, that i having comment out the string…
Now works!!!
Much thanks!

Offline

Board footer

Powered by FluxBB