• I have read so much on this now and tried al that has been suggested but still no luck.
    Host is 1and1.
    I have added php5 in htaccess.
    my folder is off root in folder called 473170884
    directory tree on filezilla is..
    root – 473170884 – wp-admin & wp-content & wp-includes.

    .htacces file info:
    SetEnv PHP_VERSION 53

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /473170884
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /473170884/index.php [L]
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    </IfModule>
    
    # END WordPress

    I have uploaded localhost version and changed all internal links and config.php file. Sql databse is working and has been edited with guid links etc.
    PLEASE someone help. Stuck

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jgoldberg2013

    (@jgoldberg2013)

    have also change permissions to writable on wp-root files and wp-admin folder. Can’t find anything else to look for. I can not access error log files as it is on a shared host 1and1

    Try checking your site’s error logs for a more specific error message. Your hosts should be able to help you in accessing your site’s error logs.

    Thread Starter jgoldberg2013

    (@jgoldberg2013)

    they don’t as it is a shared host server. I have asked already. Now what.

    Thread Starter jgoldberg2013

    (@jgoldberg2013)

    the only log files I found are these. Which one would help you to help me.
    https://ftp.log
    info.py
    info.pi
    info.php5
    .htaccess
    traffic.db
    access.log.current

    Thread Starter jgoldberg2013

    (@jgoldberg2013)

    found this in the logs folder from root.
    41.135.116.34 - - [25/Jun/2013:00:11:56 +0200] "GET / HTTP/1.1" 404 640 help-alliance.de "-" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; BOIE9;ENUS)" "-"

    66.249.73.206 - - [25/Jun/2013:01:39:17 +0200] "GET /robots.txt HTTP/1.1" 200 652 www.help-alliance.de "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +https://www.google.com/bot.html)" "-"

    not sure if that helps you to help me.

    That’s an access.log – not an error log.

    Thread Starter jgoldberg2013

    (@jgoldberg2013)

    Ok Thanks- will e-mail support and ask for logs again. Hopefully I get a more helpful person this time round.
    Wil get back to you on receipt of them.

    Thread Starter jgoldberg2013

    (@jgoldberg2013)

    I was told to create a php.ini and save place it in the folder holding wp.
    This is what I placed in the file.

    error_reporting = E_ALL | E_STRICT
    log_errors = On
    display_errors = Off
    error_log = /homepages/29/d125184200/htdocs/473170884/php-errors.log

    NOW WHAT, I have tried to access the site a few times but no log file was created to see what the error was.
    Please advise from here.

    I’m sorry but there’s a limit to what we can do to help with hosting issues. You need to check your php.ini file with your hosts.

    Can you provide a URL please.? I may have some insight for you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘.htacess upadted : 500 internal error still there’ is closed to new replies.