Support » Fixing WordPress » register

Viewing 15 replies - 1 through 15 (of 20 total)
  • Can we have the actual url of your site please? Fake urls don’t exactly help…

    Thread Starter everest19

    (@everest19)

    borderlessnews.com

    Thread Starter everest19

    (@everest19)

    Just now I add the page with name regiter that you can read, the pther are in persian

    Thread Starter everest19

    (@everest19)

    I had downgrade my wp from 3.4.2 to 3.2 can this be a problem for register?

    Thread Starter everest19

    (@everest19)

    Hello esmi
    Thanks for helping, I upgrade wp to 3.4.2 again without result. Please check the problem. I need realy the register link
    Kindly regards

    Thread Starter everest19

    (@everest19)

    hi again esmi
    I got this message when I try to register:

    “This webpage has a redirect loop
    The webpage at http://www.borderlessnews.com/login/?action=register gave too many redirects. The problem may be solved by deleting your cookies for this site or allowing third-party cookies. If this does not resolve the issue, there may be a server configuration issue and not a problem with the computer.”

    What’s in your root .htaccess file? You seem to be redirecting http://www.borderlessnews.com/wp-login.php

    Thread Starter everest19

    (@everest19)

    do you want to see the code in htaccess?

    Yes, please.

    Thread Starter everest19

    (@everest19)

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    ### Generated by Dreamhost. DO NOT modify!!! ###
    #AuthType Basic
    #AuthUserFile /home/everest1331/borderlessnews.com/.htpasswd
    #AuthName “Members Area”
    #require valid-user
    ################################################

    Thread Starter everest19

    (@everest19)

    Hi esmi
    You have the code now. I wonder if it is ok to remove htaccess?

    Did you set up any custom permalinks? And please stop bumping.

    Thread Starter everest19

    (@everest19)

    No

    Then try renaming the .htaccess file to .htaccess.old.

    Thread Starter everest19

    (@everest19)

    I did it with cklick to register I get “Not Found

    The requested URL /login/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘register’ is closed to new replies.