Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It seems you have a non-WordPress site in the same directory as your WP one. I wonder if that’s confusing things. What’s in your .htaccess file?

    Thread Starter bwbilberry

    (@bwbilberry)

    thanks I will check it.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    I also need to go thru all the help list in forum, have not finished that.
    thanks will get back to u

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The .htaccess file looks OK. Try two things:

    1. rename index.html to index-old.html
    2. download wordpress from www.ads-software.com. Unzip locally and upload all files and directories via FTP.

    Thread Starter bwbilberry

    (@bwbilberry)

    did all above steps.
    changed .htaccess to
    # Use PHPcur as default
    AddHandler application/x-httpd-phpcur .php
    <IfModule mod_suphp.c>
    suPHP_ConfigPath /opt/phpcur/lib
    </IfModule>

    still getting this login error.

    Fatal error: Call to undefined function force_ssl_admin() in /home/costaric/public_html/wp/wp-login.php on line 15

    have read help file on this function. have played with null, true, false.
    fyi, did reload fresh install after played around.

    will be glad to give you access to site. maybe on direct email

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m am 100% sure you mean well but please never offer credentials on these forums.

    https://make.www.ads-software.com/support/handbook/forum-welcome/#the-bad-stuff

    Now for the why: The internet is a wonderful place full of very nice people and a few very bad ones. I’m sure everyone here is very nice however, by giving some ones keys to your house you are trusting they wont steal anything. Likewise the person who takes the keys is now responsible for the house FOREVER.

    So, bottom line: Do not ask for or offer credentials on the forums.

    —-

    I don’t really understand what you’re doing in htaccess. Have you contacted your host? You might also delete all of that old website from the server.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘can not log in to my new site’ is closed to new replies.