Forums

[resolved] The requested URL /login was not found on this server. (18 posts)

  1. Jensjacob24
    Member
    Posted 1 month ago #

    Sorry if i posted this else where didnt see where to start a new topic was but anyway

    I recently tried moving my wordpress to my sites root and I changed the home and blog url to my root then moved everything the home page worked but that was it all the rest of the pages didnt, I know its a permalink problem but i cant even login to change it everytime i go to www.sypherav.com/wp-admin/ it says
    "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."

    so i cant login to my dashboard to change anything internally, I checked on myphpadmin to see if the blog url was right and it was, I also tried deleting my .htaccess file, that did nothing, i tried changing the permissions of my .htaccess file, that did nothing. so then i had this idea why not move the wordpress back to where it originally was, so i went into myphpadmin changed the blog url back to www.sypherav.com/client (the original wordpress location) again the home page worked just fine, but then when i tried to navigate to other pages or to login i get the same error! can somebody please help me!!! i dont know what to do im guessing it has something to do with the .htaccess file but i wouldnt even know what code to change in there this is how my .htaccess file looks
    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName sypherpro.com
    AuthUserFile /home/sypher/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/sypher/public_html/_vti_pvt/service.grp

    i feel like ive tried everything...

  2. songdogtech
    Member
    Posted 1 month ago #

    Follow these instructions to recover: http://codex.wordpress.org/Changing_The_Site_URL

  3. Jensjacob24
    Member
    Posted 1 month ago #

    i did do all of that before none of it works! was there one in particular you were referring to? thanks

  4. songdogtech
    Member
    Posted 1 month ago #

    Your htaccess file shows that Frontpage extensions are installed, so check these instructions to make permalinks work with Frontpage. It involves adding one line to various htaccess files.

    If that doesn't work, try deleting your htaccess and regenerating it from the dashboard, if you can get into the dasboard. Or, use these basic WP rewrite rules in htaccess with nothing else:

    RewriteEngine on
    
    <IfModule mod_rewrite.c>
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
  5. Jensjacob24
    Member
    Posted 1 month ago #

    i looked at the instructions and apparently the already had that line of code in each .htaccess file, i cant access my dashboard because the permalinks dont work, unless theres another way to get to the dash board

    also with the .htaccess file is that suppose to be in the root of the site? or where your blog is? i dont remember where it was in the first place because I have moved everything around so many times, im going to try that code you have posted there

  6. Jensjacob24
    Member
    Posted 1 month ago #

    ok so i just tried changing the .htaccess file to the code you have posted above when i kept the file in the site root (wordpress in a different directory) it gave me this error when i tried to go to a page other than the home page

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@sypherav.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    when i put the .htaccess in the same directory it goes back to my original problem with the requested url not found

  7. songdogtech
    Member
    Posted 1 month ago #

    You already tired adding these two lines to your wp-config.php and it didn't work enough for you to get into the dashboard?

    define('WP_HOME','http://sypherav.com/client/');
    define('WP_SITEURL','http://sypherav.com/client/');
  8. Jensjacob24
    Member
    Posted 1 month ago #

    nope everytime i go to www.sypherav.com/client/wp-admin/

    it gives me this error message:
    Not Found

    The requested URL /client/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.

    Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at sypherav.com Port 80

  9. songdogtech
    Member
    Posted 1 month ago #

    OK, just to be clear: what directory is wordpress in now? Root, as in syperav.com, or in syperav.com/client ? If it's back in /client, try these lines again, without the trailing slash:

    define('WP_HOME','http://sypherav.com/client');
    define('WP_SITEURL','http://sypherav.com/client');

    Other than that, I'm kinda stumped....

  10. Jensjacob24
    Member
    Posted 1 month ago #

    yeah i moved the site back to sypherav.com/client,

    yeah still nothing
    thats what i dont get, is there anyway for me to perhaps reinstall wordpress and still be able to keep my posts in that case?

    or would you like to take a look at the site for yourself? see if you see somin that i dont? thanks

  11. Jensjacob24
    Member
    Posted 1 month ago #

  12. songdogtech
    Member
    Posted 1 month ago #

    Well, the URL is specified in the database, and if you reinstalled WP and imported the same database, you'll still have problems. I could look at it, if you're comfortable with giving me access with your WP and FTP info. Email me here.

  13. Jensjacob24
    Member
    Posted 1 month ago #

    yeah well you have only tried to help me so far, so i trust you... just sent you an email, thanks again!

  14. Jensjacob24
    Member
    Posted 1 month ago #

    MARK IS MY HERO! turns out I had some stuff from my previous domain name interfering with it, thanks again =)

  15. songdogtech
    Member
    Posted 1 month ago #

    FWIW for other readers of this thread, I had to manually delete the permalinks settings in wp_options in the database to get the site back up, as well as fix broken URLs for pages themselves.

  16. AyohAy
    Member
    Posted 4 weeks ago #

    Hi Mark - Could you possibly help me out?
    http://wordpress.org/support/topic/323462?replies=11
    I have the same problem with no solution in site.

  17. AyohAy
    Member
    Posted 4 weeks ago #

    I'm not getting this: Error establishing a database connection and can't login to admin at all. This is just getting worse. Can anyone help out? Any ideas?

  18. songdogtech
    Member
    Posted 4 weeks ago #

    AyohAy, I just responded to your email; that new error usually has to do with wp-config file problem or a hosting problem. The other errors - wrong URLs- need to be fixed in the database, i.e.: Changing_the_URL_directly_in_the_database

Reply

You must log in to post.

About this Topic